#023E72

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

Shades of Dark Cerulean #023E72

Tints of Dark Cerulean #023E72

Color information

#023E72 (or 0x023E72) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3E and 72. RGB value is (2,62,114). Sum of RGB (Red+Green+Blue) = 2+62+114=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 114 (44.92% from 255 or 64.04% from 178); Max value from RGB is 114 - color contains mainly: blue. Hex color #023E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E72 is #FDC18D. Grayscale: #313131. Windows color (decimal): -16630158 or 7486978. OLE color: 7486978.

HSL color Cylindrical-coordinate representation of color #023E72: hue angle of 207.86º 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 #023E72 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB262114-
CMYK0.980.4600.55
HSL207.86º96.55%22.75%-
HSV(B)207.86º98.25%44.71%-
XYZ4.784.6716.57-
YUV49.99164.1293.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 62 (24.61% from 255) = 34.83%
BLUE value IS 114 (44.92% from 255) = 64.04%
R=1.12%
G=34.83%
B=64.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2621140.980.4600.55207.8696.5522.75
Hex23E72622E037d06117
Octal2761621425606732014127
Binary1011111011100101100010101110011011111010000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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