#053E72

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

Shades of Dark Cerulean #053E72

Tints of Dark Cerulean #053E72

Color information

#053E72 (or 0x053E72) is unknown color: approx Dark Cerulean. HEX triplet: 05, 3E and 72. RGB value is (5,62,114). Sum of RGB (Red+Green+Blue) = 5+62+114=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #053E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E72 is #FAC18D. Grayscale: #323232. Windows color (decimal): -16433550 or 7486981. OLE color: 7486981.

HSL color Cylindrical-coordinate representation of color #053E72: hue angle of 208.62º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053E72 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB562114-
CMYK0.960.4600.55
HSL208.62º91.6%23.33%-
HSV(B)208.62º95.61%44.71%-
XYZ4.824.6916.57-
YUV50.88163.6295.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.76%
GREEN value IS 62 (24.61% from 255) = 34.25%
BLUE value IS 114 (44.92% from 255) = 62.98%
R=2.76%
G=34.25%
B=62.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5621140.960.4600.55208.6291.623.33
Hex53E72602E037d15c17
Octal5761621405606732113427
Binary10111111011100101100000101110011011111010001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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