Html Css Color HEX #054772 Dark Cerulean

📋 copy color: '#054772'

red 5 ◦ green 71 ◦ blue 114

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

Shades of Dark Cerulean #054772

Tints of Dark Cerulean #054772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.37%

 BLUE value IS 114 (44.92% from 255) = 60%

R = 2.63%
G = 37.37%
B = 60%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#054772 (or 0x054772) is known color: Dark Cerulean. HEX triplet: 05, 47 and 72. RGB value is (5,71,114). Sum of RGB (Red+Green+Blue) = 5+71+114=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #054772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054772 is #FAB88D. Grayscale: #373737. Windows color (decimal): -16431246 or 7489285. OLE color: 7489285.

HSL color Cylindrical-coordinate representation of color #054772: hue angle of 203.67º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054772 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 71 114 -
CMYK 0.96 0.38 0 0.55
HSL 203.67º 0.92% 0.23% -
HSV(B) 203.67º 0.96% 0.45% -
XYZ 5.35 5.75 16.75 -
YUV 56.17 160.63 91.5 -
System Red Green Blue C M Y K H S L
Decimal 5 71 114 0.96 0.38 0 0.55 203.67 0.92 0.23
Hex 5 47 72 60 26 0 37 CC 5C 17
Octal 5 107 162 140 46 0 67 314 134 27
Binary 101 1000111 1110010 1100000 100110 0 110111 11001100 1011100 10111

Color Harmonies of #054772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054772

Black with #054772

Text Example


Text Example

White with #054772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054772; }

 p { color: rgb(5,71,114); }

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

background-color css

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

 a { background-color: rgb(5,71,114); }

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

border-color css

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

 span { border-color: rgb(5,71,114); }

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