#053E7D

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

Shades of Dark Cerulean #053E7D

Tints of Dark Cerulean #053E7D

Color information

#053E7D (or 0x053E7D) is unknown color: approx Dark Cerulean. HEX triplet: 05, 3E and 7D. RGB value is (5,62,125). Sum of RGB (Red+Green+Blue) = 5+62+125=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #053E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E7D is #FAC182. Grayscale: #333333. Windows color (decimal): -16433539 or 8207877. OLE color: 8207877.

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

Color convert

RGB562125-
CMYK0.960.5000.51
HSL211.5º92.31%25.49%-
HSV(B)211.5º96%49.02%-
XYZ5.494.9620.07-
YUV52.14169.1294.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.60%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 125 (49.22% from 255) = 65.10%
R=2.60%
G=32.29%
B=65.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5621250.960.5000.51211.592.3125.49
Hex53E7D6032033d45c19
Octal5761751406206332413431
Binary10111111011111011100000110010011001111010100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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