COLOR #00055A

HEX: #00055A
RGB: (0,5,90)

Renk bilgisi

#00055A contains mainly blue color. #00055A ‘ nin web güvenlik rengi #000066 (ya da #006) dir.

RGB renk modeli

#00055A color RGB value is (0,5,90).

  • kırmız ton 0;
  • yeşil ton 5;
  • mavi ton 90.
RGB:
(0,5,90)
(0%,2%,35%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 5 of 255 = 2%
B 90 of 255 = 35%

0
5
90

R + G + B ~ 12%. #00055A is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 5 + 90 = 95 (100%)
R 0 of 95 ~ 0%
G 5 of 95 ~ 5.26%
B 90 of 95 ~ 94.74%

%94.74

CMYK RENK MODELİ

#00055A rengi CMYK tonu (100,94,0,65).

  • camgöbeği tonu 100.00%
  • eflatun tonu 94.44%
  • sarı tonu 0.00%
  • ana renk tonu 64.71%
CMYK:
(100,94,0,65)
C100M94Y0K65 
(100%,94%,0%,65%)
(1.00/0.94/0.00/0.65)	

CMYK yüzdeleri

%100
%94.44
%0
%64.71

Codes

Color #00055A in popluar color models

00055A
RGB0590
HSL237°100.00%17.65%
HSB/HSV237°100.00%35.29%
CMYK100.00%94.44%0.00%
64.71%

Color #00055A in popluar number systems.

HEX00055A
Decimal0590
Binary01011011010
Octal05132

Shades and tints

Shades of #00055A

#00055A
(0,5,90)
#000552
(0,5,82)
#00054A
(0,5,74)
#000542
(0,5,66)
#00053A
(0,5,58)
#000532
(0,5,50)
#00052A
(0,5,42)
#000522
(0,5,34)
#00051A
(0,5,26)
#000512
(0,5,18)
#00050A
(0,5,10)
#000000
(0,0,0)

Tints of #00055A

#00055A
(0,5,90)
#171B69
(23,27,105)
#2E3178
(46,49,120)
#454787
(69,71,135)
#5C5D96
(92,93,150)
#7373A5
(115,115,165)
#8A89B4
(138,137,180)
#A19FC3
(161,159,195)
#B8B5D2
(184,181,210)
#CFCBE1
(207,203,225)
#E6E1F0
(230,225,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00055A color. Also use rgb(0,5,90) instead hex code.

Text Font Color

.myTextColor { color: #00055A; }

<p style="color:#00055A">This sample text font color is #00055A.</p>

This text font color is #00055A.


Background Color

.myBgColor { background-color: #00055A; }

<div style="background-color:#00055A">Inner text</div>

This div background color is #00055A.


Border color

.myBorderColor { border: 1px solid #00055A; }

<div style="border:3px solid #00055A">Div</div>

This div border color is #00055A.


Opacity

.myOpacity80 { color: #00055A; opacity: 0.8; }

<p style="color:#00055A;opacity:0.8;">80%</p>

Text with #00055A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00055A;}

<p style="text-shadow: 3px 3px 1px #00055A">Text here.</p>

This text has shadow with #00055A color.

.textShadow {text-shadow: 3px 3px 1px #00055A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00055A, 5px 5px 20px red">Text here.</p>

This text has shadow with #00055A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00055A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00055A, Direction=45, Strength=4)">Text</p>

This text has shadow with #00055A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #00055A;
  -webkit-box-shadow:	1px 1px 3px 2px #00055A;
  box-shadow:		1px 1px 3px 2px #00055A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00055A;
-webkit-box-shadow: 1px 1px 3px 2px #00055A;
box-shadow:1px 1px 3px 2px #00055A;">
Div content here</div>
This div box has shadow with color #00055A.

Preview

Color preview on black background

This text has color #00055A on black background.


Color preview on white background

This text has color #00055A on white background.



Black color preview on #00055A background

This text has black color on #00055A background.


White color preview on #00055A background

This text has white color on #00055A background.