Shades of Dark Cerulean #023C76
Tints of Dark Cerulean #023C76
RGB
CMYK
RGB Variations
Color information
#023C76 (or 0x023C76) is known color: 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
| RGB | 2 | 60 | 118 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.54 |
| HSL | 210º | 0.97% | 0.24% | - |
| HSV(B) | 210º | 0.98% | 0.46% | - |
| XYZ | 4.91 | 4.55 | 17.76 | - |
| YUV | 49.27 | 166.78 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 118 | 0.98 | 0.49 | 0 | 0.54 | 210 | 0.97 | 0.24 |
| Hex | 2 | 3C | 76 | 62 | 31 | 0 | 36 | D2 | 61 | 18 |
| Octal | 2 | 74 | 166 | 142 | 61 | 0 | 66 | 322 | 141 | 30 |
| Binary | 10 | 111100 | 1110110 | 1100010 | 110001 | 0 | 110110 | 11010010 | 1100001 | 11000 |
Color Harmonies of #023C76
Complementary color
Monochromatic Colors of #023C76
Black with #023C76
Text Example
Text Example
White with #023C76
Text Example
Text Example
HTML Codes & Css Web 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>