Html Css Color HEX #053E78 Dark Cerulean

📋 copy color: '#053E78'

red 5 ◦ green 62 ◦ blue 120

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

Shades of Dark Cerulean #053E78

Tints of Dark Cerulean #053E78

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.16%

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

R = 2.67%
G = 33.16%
B = 64.17%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#053E78 (or 0x053E78) is known color: Dark Cerulean. HEX triplet: 05, 3E and 78. RGB value is (5,62,120). Sum of RGB (Red+Green+Blue) = 5+62+120=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #053E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E78 is #FAC187. Grayscale: #333333. Windows color (decimal): -16433544 or 7880197. OLE color: 7880197.

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

Color convert

RGB 5 62 120 -
CMYK 0.96 0.48 0 0.53
HSL 210.26º 0.92% 0.25% -
HSV(B) 210.26º 0.96% 0.47% -
XYZ 5.18 4.83 18.43 -
YUV 51.57 166.62 94.78 -
System Red Green Blue C M Y K H S L
Decimal 5 62 120 0.96 0.48 0 0.53 210.26 0.92 0.25
Hex 5 3E 78 60 30 0 35 D2 5C 19
Octal 5 76 170 140 60 0 65 322 134 31
Binary 101 111110 1111000 1100000 110000 0 110101 11010010 1011100 11001

Color Harmonies of #053E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E78

Black with #053E78

Text Example


Text Example

White with #053E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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