Shades of Dark Cerulean #023E8C
Tints of Dark Cerulean #023E8C
RGB
CMYK
RGB Variations
Color information
#023E8C (or 0x023E8C) is known color: Dark Cerulean. HEX triplet: 02, 3E and 8C. RGB value is (2,62,140). Sum of RGB (Red+Green+Blue) = 2+62+140=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 140 (55.08% from 255 or 68.63% from 204); Max value from RGB is 140 - color contains mainly: blue. Hex color #023E8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023E8C is #FDC173. Grayscale: #343434. Windows color (decimal): -16630132 or 9190914. OLE color: 9190914.
HSL color Cylindrical-coordinate representation of color #023E8C: hue angle of 213.91º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023E8C is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 62 | 140 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.45 |
| HSL | 213.91º | 0.97% | 0.28% | - |
| HSV(B) | 213.91º | 0.99% | 0.55% | - |
| XYZ | 6.48 | 5.35 | 25.5 | - |
| YUV | 52.95 | 177.12 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 140 | 0.99 | 0.56 | 0 | 0.45 | 213.91 | 0.97 | 0.28 |
| Hex | 2 | 3E | 8C | 63 | 38 | 0 | 2D | D6 | 61 | 1C |
| Octal | 2 | 76 | 214 | 143 | 70 | 0 | 55 | 326 | 141 | 34 |
| Binary | 10 | 111110 | 10001100 | 1100011 | 111000 | 0 | 101101 | 11010110 | 1100001 | 11100 |
Color Harmonies of #023E8C
Complementary color
Monochromatic Colors of #023E8C
Black with #023E8C
Text Example
Text Example
White with #023E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E8C; }
p { color: rgb(2,62,140); }
H1.HeaderClassName
{
color: #023E8C;
}
.AnyTagClassName
{
color: #023E8C;
}
</style>
background-color css
<style>
a { background-color: #023E8C; }
a { background-color: rgb(2,62,140); }
div.DivClassName
{
background-color: #023E8C;
}
.BgClassName
{
background-color: #023E8C;
}
</style>
border-color css
<style>
span { border-color: #023E8C; }
span { border-color: rgb(2,62,140); }
td.TdClassName
{
border-color: #023E8C;
}
.TagClassName
{
border-color: #023E8C;
}
</style>