Html Css Color HEX #054C78 Dark Cerulean

📋 copy color: '#054C78'

red 5 ◦ green 76 ◦ blue 120

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

Shades of Dark Cerulean #054C78

Tints of Dark Cerulean #054C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.81%

 BLUE value IS 120 (47.27% from 255) = 59.7%

R = 2.49%
G = 37.81%
B = 59.7%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#054C78 (or 0x054C78) is known color: Dark Cerulean. HEX triplet: 05, 4C and 78. RGB value is (5,76,120). Sum of RGB (Red+Green+Blue) = 5+76+120=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #054C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054C78 is #FAB387. Grayscale: #3B3B3B. Windows color (decimal): -16429960 or 7883781. OLE color: 7883781.

HSL color Cylindrical-coordinate representation of color #054C78: hue angle of 202.96º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054C78 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 76 120 -
CMYK 0.96 0.37 0 0.53
HSL 202.96º 0.92% 0.25% -
HSV(B) 202.96º 0.96% 0.47% -
XYZ 6.04 6.56 18.72 -
YUV 59.79 161.98 88.92 -
System Red Green Blue C M Y K H S L
Decimal 5 76 120 0.96 0.37 0 0.53 202.96 0.92 0.25
Hex 5 4C 78 60 25 0 35 CB 5C 19
Octal 5 114 170 140 45 0 65 313 134 31
Binary 101 1001100 1111000 1100000 100101 0 110101 11001011 1011100 11001

Color Harmonies of #054C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054C78

Black with #054C78

Text Example


Text Example

White with #054C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,76,120); }

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

background-color css

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

 a { background-color: rgb(5,76,120); }

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

border-color css

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

 span { border-color: rgb(5,76,120); }

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