#023F72

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

Shades of Dark Cerulean #023F72

Tints of Dark Cerulean #023F72

Color information

#023F72 (or 0x023F72) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3F and 72. RGB value is (2,63,114). Sum of RGB (Red+Green+Blue) = 2+63+114=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 114 (44.92% from 255 or 63.69% from 179); Max value from RGB is 114 - color contains mainly: blue. Hex color #023F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F72 is #FDC08D. Grayscale: #323232. Windows color (decimal): -16629902 or 7487234. OLE color: 7487234.

HSL color Cylindrical-coordinate representation of color #023F72: hue angle of 207.32º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023F72 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB263114-
CMYK0.980.4500.55
HSL207.32º96.55%22.75%-
HSV(B)207.32º98.25%44.71%-
XYZ4.844.7816.59-
YUV50.58163.7993.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 63 (25% from 255) = 35.20%
BLUE value IS 114 (44.92% from 255) = 63.69%
R=1.12%
G=35.20%
B=63.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2631140.980.4500.55207.3296.5522.75
Hex23F72622D037cf6117
Octal2771621425506731714127
Binary1011111111100101100010101101011011111001111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023F72; }

 p { color: rgb(2,63,114); }

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

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

 a { background-color: rgb(2,63,114); }

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

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

 span { border-color: rgb(2,63,114); }

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