Shades of Dark Cerulean #023A76
Tints of Dark Cerulean #023A76
RGB
CMYK
RGB Variations
Color information
#023A76 (or 0x023A76) is known color: Dark Cerulean. HEX triplet: 02, 3A and 76. RGB value is (2,58,118). Sum of RGB (Red+Green+Blue) = 2+58+118=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #023A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023A76 is #FDC589. Grayscale: #2F2F2F. Windows color (decimal): -16631178 or 7748098. OLE color: 7748098.
HSL color Cylindrical-coordinate representation of color #023A76: hue angle of 211.03º 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 #023A76 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 58 | 118 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.54 |
| HSL | 211.03º | 0.97% | 0.24% | - |
| HSV(B) | 211.03º | 0.98% | 0.46% | - |
| XYZ | 4.81 | 4.35 | 17.73 | - |
| YUV | 48.1 | 167.45 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 118 | 0.98 | 0.51 | 0 | 0.54 | 211.03 | 0.97 | 0.24 |
| Hex | 2 | 3A | 76 | 62 | 33 | 0 | 36 | D3 | 61 | 18 |
| Octal | 2 | 72 | 166 | 142 | 63 | 0 | 66 | 323 | 141 | 30 |
| Binary | 10 | 111010 | 1110110 | 1100010 | 110011 | 0 | 110110 | 11010011 | 1100001 | 11000 |
Color Harmonies of #023A76
Complementary color
Monochromatic Colors of #023A76
Black with #023A76
Text Example
Text Example
White with #023A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023A76; }
p { color: rgb(2,58,118); }
H1.HeaderClassName
{
color: #023A76;
}
.AnyTagClassName
{
color: #023A76;
}
</style>
background-color css
<style>
a { background-color: #023A76; }
a { background-color: rgb(2,58,118); }
div.DivClassName
{
background-color: #023A76;
}
.BgClassName
{
background-color: #023A76;
}
</style>
border-color css
<style>
span { border-color: #023A76; }
span { border-color: rgb(2,58,118); }
td.TdClassName
{
border-color: #023A76;
}
.TagClassName
{
border-color: #023A76;
}
</style>