Html Css Color HEX #054A72 Dark Cerulean

📋 copy color: '#054A72'

red 5 ◦ green 74 ◦ blue 114

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

Shades of Dark Cerulean #054A72

Tints of Dark Cerulean #054A72

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.34%

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

R = 2.59%
G = 38.34%
B = 59.07%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#054A72 (or 0x054A72) is known color: Dark Cerulean. HEX triplet: 05, 4A and 72. RGB value is (5,74,114). Sum of RGB (Red+Green+Blue) = 5+74+114=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #054A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054A72 is #FAB58D. Grayscale: #393939. Windows color (decimal): -16430478 or 7490053. OLE color: 7490053.

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

Color convert

RGB 5 74 114 -
CMYK 0.96 0.35 0 0.55
HSL 202.02º 0.92% 0.23% -
HSV(B) 202.02º 0.96% 0.45% -
XYZ 5.55 6.14 16.81 -
YUV 57.93 159.64 90.25 -
System Red Green Blue C M Y K H S L
Decimal 5 74 114 0.96 0.35 0 0.55 202.02 0.92 0.23
Hex 5 4A 72 60 23 0 37 CA 5C 17
Octal 5 112 162 140 43 0 67 312 134 27
Binary 101 1001010 1110010 1100000 100011 0 110111 11001010 1011100 10111

Color Harmonies of #054A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054A72

Black with #054A72

Text Example


Text Example

White with #054A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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