Shades of Dark Cerulean #023E72
Tints of Dark Cerulean #023E72
RGB
CMYK
RGB Variations
Color information
#023E72 (or 0x023E72) is known color: Dark Cerulean. HEX triplet: 02, 3E and 72. RGB value is (2,62,114). Sum of RGB (Red+Green+Blue) = 2+62+114=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 114 (44.92% from 255 or 64.04% from 178); Max value from RGB is 114 - color contains mainly: blue. Hex color #023E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E72 is #FDC18D. Grayscale: #313131. Windows color (decimal): -16630158 or 7486978. OLE color: 7486978.
HSL color Cylindrical-coordinate representation of color #023E72: hue angle of 207.86º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023E72 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 62 | 114 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.55 |
| HSL | 207.86º | 0.97% | 0.23% | - |
| HSV(B) | 207.86º | 0.98% | 0.45% | - |
| XYZ | 4.78 | 4.67 | 16.57 | - |
| YUV | 49.99 | 164.12 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 114 | 0.98 | 0.46 | 0 | 0.55 | 207.86 | 0.97 | 0.23 |
| Hex | 2 | 3E | 72 | 62 | 2E | 0 | 37 | D0 | 61 | 17 |
| Octal | 2 | 76 | 162 | 142 | 56 | 0 | 67 | 320 | 141 | 27 |
| Binary | 10 | 111110 | 1110010 | 1100010 | 101110 | 0 | 110111 | 11010000 | 1100001 | 10111 |
Color Harmonies of #023E72
Complementary color
Monochromatic Colors of #023E72
Black with #023E72
Text Example
Text Example
White with #023E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E72; }
p { color: rgb(2,62,114); }
H1.HeaderClassName
{
color: #023E72;
}
.AnyTagClassName
{
color: #023E72;
}
</style>
background-color css
<style>
a { background-color: #023E72; }
a { background-color: rgb(2,62,114); }
div.DivClassName
{
background-color: #023E72;
}
.BgClassName
{
background-color: #023E72;
}
</style>
border-color css
<style>
span { border-color: #023E72; }
span { border-color: rgb(2,62,114); }
td.TdClassName
{
border-color: #023E72;
}
.TagClassName
{
border-color: #023E72;
}
</style>