#023C76

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

Shades of Dark Cerulean #023C76

Tints of Dark Cerulean #023C76

Color information

#023C76 (or 0x023C76) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3C and 76. RGB value is (2,60,118). Sum of RGB (Red+Green+Blue) = 2+60+118=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #023C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C76 is #FDC389. Grayscale: #303030. Windows color (decimal): -16630666 or 7748610. OLE color: 7748610.

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

Color convert

RGB260118-
CMYK0.980.4900.54
HSL210º96.67%23.53%-
HSV(B)210º98.31%46.27%-
XYZ4.914.5517.76-
YUV49.27166.7894.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.11%
GREEN value IS 60 (23.83% from 255) = 33.33%
BLUE value IS 118 (46.48% from 255) = 65.56%
R=1.11%
G=33.33%
B=65.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2601180.980.4900.5421096.6723.53
Hex23C766231036d26118
Octal2741661426106632214130
Binary1011110011101101100010110001011011011010010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,60,118); }

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

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

 a { background-color: rgb(2,60,118); }

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

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

 span { border-color: rgb(2,60,118); }

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