#024270

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

Shades of Dark Cerulean #024270

Tints of Dark Cerulean #024270

Color information

#024270 (or 0x024270) is unknown color: approx Dark Cerulean. HEX triplet: 02, 42 and 70. RGB value is (2,66,112). Sum of RGB (Red+Green+Blue) = 2+66+112=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 66 (26.17% from 255 or 36.67% 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 #024270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024270 is #FDBD8F. Grayscale: #333333. Windows color (decimal): -16629136 or 7356930. OLE color: 7356930.

HSL color Cylindrical-coordinate representation of color #024270: hue angle of 205.09º 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 #024270 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB266112-
CMYK0.980.4100.56
HSL205.09º96.49%22.35%-
HSV(B)205.09º98.21%43.92%-
XYZ4.95.0816.05-
YUV52.11161.892.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.11%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 112 (44.14% from 255) = 62.22%
R=1.11%
G=36.67%
B=62.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2661120.980.4100.56205.0996.4922.35
Hex242706229038cd6016
Octal21021601425107031514026
Binary10100001011100001100010101001011100011001101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024270; }

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

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

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

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

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

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

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

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