Html Css Color HEX #053C78 Dark Cerulean

📋 copy color: '#053C78'

red 5 ◦ green 60 ◦ blue 120

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

Shades of Dark Cerulean #053C78

Tints of Dark Cerulean #053C78

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.43%

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

R = 2.7%
G = 32.43%
B = 64.86%

CMYK

 C value IS 0.96

 M value IS 0.5

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#053C78 (or 0x053C78) is known color: Dark Cerulean. HEX triplet: 05, 3C and 78. RGB value is (5,60,120). Sum of RGB (Red+Green+Blue) = 5+60+120=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #053C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C78 is #FAC387. Grayscale: #323232. Windows color (decimal): -16434056 or 7879685. OLE color: 7879685.

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

Color convert

RGB 5 60 120 -
CMYK 0.96 0.5 0 0.53
HSL 211.3º 0.92% 0.25% -
HSV(B) 211.3º 0.96% 0.47% -
XYZ 5.07 4.62 18.39 -
YUV 50.4 167.28 95.62 -
System Red Green Blue C M Y K H S L
Decimal 5 60 120 0.96 0.5 0 0.53 211.3 0.92 0.25
Hex 5 3C 78 60 32 0 35 D3 5C 19
Octal 5 74 170 140 62 0 65 323 134 31
Binary 101 111100 1111000 1100000 110010 0 110101 11010011 1011100 11001

Color Harmonies of #053C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053C78

Black with #053C78

Text Example


Text Example

White with #053C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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