Html Css Color HEX #054E78 Dark Cerulean

📋 copy color: '#054E78'

red 5 ◦ green 78 ◦ blue 120

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

Shades of Dark Cerulean #054E78

Tints of Dark Cerulean #054E78

RGB

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

 GREEN value IS 78 (30.86% from 255) = 38.42%

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

R = 2.46%
G = 38.42%
B = 59.11%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#054E78 (or 0x054E78) is known color: Dark Cerulean. HEX triplet: 05, 4E and 78. RGB value is (5,78,120). Sum of RGB (Red+Green+Blue) = 5+78+120=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #054E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E78 is #FAB187. Grayscale: #3C3C3C. Windows color (decimal): -16429448 or 7884293. OLE color: 7884293.

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

Color convert

RGB 5 78 120 -
CMYK 0.96 0.35 0 0.53
HSL 201.91º 0.92% 0.25% -
HSV(B) 201.91º 0.96% 0.47% -
XYZ 6.18 6.84 18.76 -
YUV 60.96 161.32 88.08 -
System Red Green Blue C M Y K H S L
Decimal 5 78 120 0.96 0.35 0 0.53 201.91 0.92 0.25
Hex 5 4E 78 60 23 0 35 CA 5C 19
Octal 5 116 170 140 43 0 65 312 134 31
Binary 101 1001110 1111000 1100000 100011 0 110101 11001010 1011100 11001

Color Harmonies of #054E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054E78

Black with #054E78

Text Example


Text Example

White with #054E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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