#023976

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

Shades of Dark Cerulean #023976

Tints of Dark Cerulean #023976

Color information

#023976 (or 0x023976) is unknown color: approx Dark Cerulean. HEX triplet: 02, 39 and 76. RGB value is (2,57,118). Sum of RGB (Red+Green+Blue) = 2+57+118=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 118 (46.48% from 255 or 66.67% from 177); Max value from RGB is 118 - color contains mainly: blue. Hex color #023976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023976 is #FDC689. Grayscale: #2F2F2F. Windows color (decimal): -16631434 or 7747842. OLE color: 7747842.

HSL color Cylindrical-coordinate representation of color #023976: hue angle of 211.55º 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 #023976 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB257118-
CMYK0.980.5200.54
HSL211.55º96.67%23.53%-
HSV(B)211.55º98.31%46.27%-
XYZ4.764.2517.71-
YUV47.51167.7895.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.13%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 118 (46.48% from 255) = 66.67%
R=1.13%
G=32.20%
B=66.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2571180.980.5200.54211.5596.6723.53
Hex239766234036d46118
Octal2711661426406632414130
Binary1011100111101101100010110100011011011010100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023976; }

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

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

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

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

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

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

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

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