#023F76

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

Shades of Dark Cerulean #023F76

Tints of Dark Cerulean #023F76

Color information

#023F76 (or 0x023F76) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3F and 76. RGB value is (2,63,118). Sum of RGB (Red+Green+Blue) = 2+63+118=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 118 (46.48% from 255 or 64.48% from 183); Max value from RGB is 118 - color contains mainly: blue. Hex color #023F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F76 is #FDC089. Grayscale: #323232. Windows color (decimal): -16629898 or 7749378. OLE color: 7749378.

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

Color convert

RGB263118-
CMYK0.980.4700.54
HSL208.45º96.67%23.53%-
HSV(B)208.45º98.31%46.27%-
XYZ5.074.8817.81-
YUV51.03165.7993.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 118 (46.48% from 255) = 64.48%
R=1.09%
G=34.43%
B=64.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2631180.980.4700.54208.4596.6723.53
Hex23F76622F036d06118
Octal2771661425706632014130
Binary1011111111101101100010101111011011011010000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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