Shades of Dark Cerulean #02468E
Tints of Dark Cerulean #02468E
RGB
CMYK
RGB Variations
Color information
#02468E (or 0x02468E) is known color: Dark Cerulean. HEX triplet: 02, 46 and 8E. RGB value is (2,70,142). Sum of RGB (Red+Green+Blue) = 2+70+142=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 142 (55.86% from 255 or 66.36% from 214); Max value from RGB is 142 - color contains mainly: blue. Hex color #02468E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02468E is #FDB971. Grayscale: #393939. Windows color (decimal): -16628082 or 9324034. OLE color: 9324034.
HSL color Cylindrical-coordinate representation of color #02468E: hue angle of 210.86º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02468E is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 70 | 142 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.44 |
| HSL | 210.86º | 0.97% | 0.28% | - |
| HSV(B) | 210.86º | 0.99% | 0.56% | - |
| XYZ | 7.1 | 6.35 | 26.44 | - |
| YUV | 57.88 | 175.47 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 142 | 0.99 | 0.51 | 0 | 0.44 | 210.86 | 0.97 | 0.28 |
| Hex | 2 | 46 | 8E | 63 | 33 | 0 | 2C | D3 | 61 | 1C |
| Octal | 2 | 106 | 216 | 143 | 63 | 0 | 54 | 323 | 141 | 34 |
| Binary | 10 | 1000110 | 10001110 | 1100011 | 110011 | 0 | 101100 | 11010011 | 1100001 | 11100 |
Color Harmonies of #02468E
Complementary color
Monochromatic Colors of #02468E
Black with #02468E
Text Example
Text Example
White with #02468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02468E; }
p { color: rgb(2,70,142); }
H1.HeaderClassName
{
color: #02468E;
}
.AnyTagClassName
{
color: #02468E;
}
</style>
background-color css
<style>
a { background-color: #02468E; }
a { background-color: rgb(2,70,142); }
div.DivClassName
{
background-color: #02468E;
}
.BgClassName
{
background-color: #02468E;
}
</style>
border-color css
<style>
span { border-color: #02468E; }
span { border-color: rgb(2,70,142); }
td.TdClassName
{
border-color: #02468E;
}
.TagClassName
{
border-color: #02468E;
}
</style>