Html Css Color HEX #054992 Dark Cerulean

📋 copy color: '#054992'

red 5 ◦ green 73 ◦ blue 146

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

Shades of Dark Cerulean #054992

Tints of Dark Cerulean #054992

RGB

 RED value IS 5 (2.34% from 255) = 2.23%

 GREEN value IS 73 (28.91% from 255) = 32.59%

 BLUE value IS 146 (57.42% from 255) = 65.18%

R = 2.23%
G = 32.59%
B = 65.18%

CMYK

 C value IS 0.97

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#054992 (or 0x054992) is known color: Dark Cerulean. HEX triplet: 05, 49 and 92. RGB value is (5,73,146). Sum of RGB (Red+Green+Blue) = 5+73+146=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #054992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054992 is #FAB66D. Grayscale: #3C3C3C. Windows color (decimal): -16430702 or 9586949. OLE color: 9586949.

HSL color Cylindrical-coordinate representation of color #054992: hue angle of 211.06º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054992 is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 73 146 -
CMYK 0.97 0.5 0 0.43
HSL 211.06º 0.93% 0.3% -
HSV(B) 211.06º 0.97% 0.57% -
XYZ 7.63 6.87 28.12 -
YUV 60.99 175.97 88.06 -
System Red Green Blue C M Y K H S L
Decimal 5 73 146 0.97 0.5 0 0.43 211.06 0.93 0.3
Hex 5 49 92 61 32 0 2B D3 5D 1E
Octal 5 111 222 141 62 0 53 323 135 36
Binary 101 1001001 10010010 1100001 110010 0 101011 11010011 1011101 11110

Color Harmonies of #054992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054992

Black with #054992

Text Example


Text Example

White with #054992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054992; }

 p { color: rgb(5,73,146); }

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

background-color css

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

 a { background-color: rgb(5,73,146); }

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

border-color css

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

 span { border-color: rgb(5,73,146); }

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