#024870

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

Shades of Dark Cerulean #024870

Tints of Dark Cerulean #024870

Color information

#024870 (or 0x024870) is unknown color: approx Dark Cerulean. HEX triplet: 02, 48 and 70. RGB value is (2,72,112). Sum of RGB (Red+Green+Blue) = 2+72+112=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #024870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024870 is #FDB78F. Grayscale: #373737. Windows color (decimal): -16627600 or 7358466. OLE color: 7358466.

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

Color convert

RGB272112-
CMYK0.980.3600.56
HSL201.82º96.49%22.35%-
HSV(B)201.82º98.21%43.92%-
XYZ5.275.8216.17-
YUV55.63159.8189.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 112 (44.14% from 255) = 60.22%
R=1.08%
G=38.71%
B=60.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2721120.980.3600.56201.8296.4922.35
Hex248706224038ca6016
Octal21101601424407031214026
Binary10100100011100001100010100100011100011001010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024870; }

 p { color: rgb(2,72,112); }

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

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

 a { background-color: rgb(2,72,112); }

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

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

 span { border-color: rgb(2,72,112); }

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