Shades of Dark Cerulean #024286
Tints of Dark Cerulean #024286
RGB
CMYK
RGB Variations
Color information
#024286 (or 0x024286) is known color: Dark Cerulean. HEX triplet: 02, 42 and 86. RGB value is (2,66,134). Sum of RGB (Red+Green+Blue) = 2+66+134=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 134 (52.73% from 255 or 66.34% from 202); Max value from RGB is 134 - color contains mainly: blue. Hex color #024286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024286 is #FDBD79. Grayscale: #363636. Windows color (decimal): -16629114 or 8798722. OLE color: 8798722.
HSL color Cylindrical-coordinate representation of color #024286: hue angle of 210.91º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024286 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 66 | 134 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.47 |
| HSL | 210.91º | 0.97% | 0.27% | - |
| HSV(B) | 210.91º | 0.99% | 0.53% | - |
| XYZ | 6.28 | 5.63 | 23.31 | - |
| YUV | 54.62 | 172.8 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 134 | 0.99 | 0.51 | 0 | 0.47 | 210.91 | 0.97 | 0.27 |
| Hex | 2 | 42 | 86 | 63 | 33 | 0 | 2F | D3 | 61 | 1B |
| Octal | 2 | 102 | 206 | 143 | 63 | 0 | 57 | 323 | 141 | 33 |
| Binary | 10 | 1000010 | 10000110 | 1100011 | 110011 | 0 | 101111 | 11010011 | 1100001 | 11011 |
Color Harmonies of #024286
Complementary color
Monochromatic Colors of #024286
Black with #024286
Text Example
Text Example
White with #024286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024286; }
p { color: rgb(2,66,134); }
H1.HeaderClassName
{
color: #024286;
}
.AnyTagClassName
{
color: #024286;
}
</style>
background-color css
<style>
a { background-color: #024286; }
a { background-color: rgb(2,66,134); }
div.DivClassName
{
background-color: #024286;
}
.BgClassName
{
background-color: #024286;
}
</style>
border-color css
<style>
span { border-color: #024286; }
span { border-color: rgb(2,66,134); }
td.TdClassName
{
border-color: #024286;
}
.TagClassName
{
border-color: #024286;
}
</style>