#023E7C

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

Shades of Dark Cerulean #023E7C

Tints of Dark Cerulean #023E7C

Color information

#023E7C (or 0x023E7C) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3E and 7C. RGB value is (2,62,124). Sum of RGB (Red+Green+Blue) = 2+62+124=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #023E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E7C is #FDC183. Grayscale: #323232. Windows color (decimal): -16630148 or 8142338. OLE color: 8142338.

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

Color convert

RGB262124-
CMYK0.980.500.51
HSL210.49º96.83%24.71%-
HSV(B)210.49º98.39%48.63%-
XYZ5.394.9119.73-
YUV51.13169.1292.96-

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.98%
BLUE value IS 124 (48.83% from 255) = 65.96%
R=1.06%
G=32.98%
B=65.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2621240.980.500.51210.4996.8324.71
Hex23E7C6232033d26119
Octal2761741426206332214131
Binary1011111011111001100010110010011001111010010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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