Html Css Color HEX #054372 Dark Cerulean

📋 copy color: '#054372'

red 5 ◦ green 67 ◦ blue 114

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

Shades of Dark Cerulean #054372

Tints of Dark Cerulean #054372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.02%

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

R = 2.69%
G = 36.02%
B = 61.29%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#054372 (or 0x054372) is known color: Dark Cerulean. HEX triplet: 05, 43 and 72. RGB value is (5,67,114). Sum of RGB (Red+Green+Blue) = 5+67+114=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #054372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054372 is #FABC8D. Grayscale: #353535. Windows color (decimal): -16432270 or 7488261. OLE color: 7488261.

HSL color Cylindrical-coordinate representation of color #054372: hue angle of 205.87º 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 #054372 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 67 114 -
CMYK 0.96 0.41 0 0.55
HSL 205.87º 0.92% 0.23% -
HSV(B) 205.87º 0.96% 0.45% -
XYZ 5.11 5.26 16.67 -
YUV 53.82 161.96 93.18 -
System Red Green Blue C M Y K H S L
Decimal 5 67 114 0.96 0.41 0 0.55 205.87 0.92 0.23
Hex 5 43 72 60 29 0 37 CE 5C 17
Octal 5 103 162 140 51 0 67 316 134 27
Binary 101 1000011 1110010 1100000 101001 0 110111 11001110 1011100 10111

Color Harmonies of #054372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054372

Black with #054372

Text Example


Text Example

White with #054372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054372; }

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

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

background-color css

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

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

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

border-color css

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

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

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