Html Css Color HEX #005A91 Dark Cerulean

📋 copy color: '#005A91'

red 0 ◦ green 90 ◦ blue 145

#005A91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #005A91

Tints of Dark Cerulean #005A91

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 90 (35.55% from 255) = 38.3%

 BLUE value IS 145 (57.03% from 255) = 61.7%

R = 0%
G = 38.3%
B = 61.7%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#005A91 (or 0x005A91) is known color: Dark Cerulean. HEX triplet: 00, 5A and 91. RGB value is (0,90,145). Sum of RGB (Red+Green+Blue) = 0+90+145=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #005A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005A91 is #FFA56E. Grayscale: #454545. Windows color (decimal): -16754031 or 9525760. OLE color: 9525760.

HSL color Cylindrical-coordinate representation of color #005A91: hue angle of 202.76º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A91 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 90 145 -
CMYK 1 0.38 0 0.43
HSL 202.76º 1% 0.28% -
HSV(B) 202.76º 1% 0.57% -
XYZ 8.77 9.36 28.13 -
YUV 69.36 170.68 78.53 -
System Red Green Blue C M Y K H S L
Decimal 0 90 145 1 0.38 0 0.43 202.76 1 0.28
Hex 0 5A 91 64 26 0 2B CB 64 1C
Octal 0 132 221 144 46 0 53 313 144 34
Binary 0 1011010 10010001 1100100 100110 0 101011 11001011 1100100 11100

Color Harmonies of #005A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A91

Black with #005A91

Text Example


Text Example

White with #005A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005A91; }

 p { color: rgb(0,90,145); }

 H1.HeaderClassName
 {
   color: #005A91;
 }
 .AnyTagClassName
 {
   color: #005A91;
 }
</style>

background-color css

<style>
 a { background-color: #005A91; }

 a { background-color: rgb(0,90,145); }

 div.DivClassName
 {
   background-color: #005A91;
 }
 .BgClassName
 {
   background-color: #005A91;
 }
</style>

border-color css

<style>
 span { border-color: #005A91; }

 span { border-color: rgb(0,90,145); }

 td.TdClassName
 {
   border-color: #005A91;
 }
 .TagClassName
 {
   border-color: #005A91;
 }
</style>