#053C7C

Color #053C7C Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #053C7C

Tints of Dark Cerulean #053C7C

Color information

#053C7C (or 0x053C7C) is unknown color: approx Dark Cerulean. HEX triplet: 05, 3C and 7C. RGB value is (5,60,124). Sum of RGB (Red+Green+Blue) = 5+60+124=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #053C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C7C is #FAC383. Grayscale: #323232. Windows color (decimal): -16434052 or 8141829. OLE color: 8141829.

HSL color Cylindrical-coordinate representation of color #053C7C: hue angle of 212.27º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053C7C is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB560124-
CMYK0.960.5200.51
HSL212.27º92.25%25.29%-
HSV(B)212.27º95.97%48.63%-
XYZ5.324.7219.7-
YUV50.85169.2895.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.65%
GREEN value IS 60 (23.83% from 255) = 31.75%
BLUE value IS 124 (48.83% from 255) = 65.61%
R=2.65%
G=31.75%
B=65.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5601240.960.5200.51212.2792.2525.29
Hex53C7C6034033d45c19
Octal5741741406406332413431
Binary10111110011111001100000110100011001111010100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #053C7C;
 }
 .AnyTagClassName
 {
   color: #053C7C;
 }
</style>
background-color css

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

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

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

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

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

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