#023E7D

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

Shades of Dark Cerulean #023E7D

Tints of Dark Cerulean #023E7D

Color information

#023E7D (or 0x023E7D) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3E and 7D. RGB value is (2,62,125). Sum of RGB (Red+Green+Blue) = 2+62+125=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #023E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E7D is #FDC182. Grayscale: #323232. Windows color (decimal): -16630147 or 8207874. OLE color: 8207874.

HSL color Cylindrical-coordinate representation of color #023E7D: hue angle of 210.73º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023E7D is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB262125-
CMYK0.980.5000.51
HSL210.73º96.85%24.9%-
HSV(B)210.73º98.4%49.02%-
XYZ5.454.9420.07-
YUV51.24169.6292.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 62 (24.61% from 255) = 32.80%
BLUE value IS 125 (49.22% from 255) = 66.14%
R=1.06%
G=32.80%
B=66.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2621250.980.5000.51210.7396.8524.9
Hex23E7D6232033d36119
Octal2761751426206332314131
Binary1011111011111011100010110010011001111010011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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