#053F70

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

Shades of Dark Cerulean #053F70

Tints of Dark Cerulean #053F70

Color information

#053F70 (or 0x053F70) is unknown color: approx Dark Cerulean. HEX triplet: 05, 3F and 70. RGB value is (5,63,112). Sum of RGB (Red+Green+Blue) = 5+63+112=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #053F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F70 is #FAC08F. Grayscale: #323232. Windows color (decimal): -16433296 or 7356165. OLE color: 7356165.

HSL color Cylindrical-coordinate representation of color #053F70: hue angle of 207.48º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053F70 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB563112-
CMYK0.960.4400.56
HSL207.48º91.45%22.94%-
HSV(B)207.48º95.54%43.92%-
XYZ4.764.7616-
YUV51.24162.2895.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.78%
GREEN value IS 63 (25% from 255) = 35%
BLUE value IS 112 (44.14% from 255) = 62.22%
R=2.78%
G=35%
B=62.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5631120.960.4400.56207.4891.4522.94
Hex53F70602C038cf5b17
Octal5771601405407031713327
Binary10111111111100001100000101100011100011001111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,63,112); }

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

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

 a { background-color: rgb(5,63,112); }

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

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

 span { border-color: rgb(5,63,112); }

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