Shades of Dark Cerulean #02428C
Tints of Dark Cerulean #02428C
RGB
CMYK
RGB Variations
Color information
#02428C (or 0x02428C) is known color: Dark Cerulean. HEX triplet: 02, 42 and 8C. RGB value is (2,66,140). Sum of RGB (Red+Green+Blue) = 2+66+140=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 140 (55.08% from 255 or 67.31% from 208); Max value from RGB is 140 - color contains mainly: blue. Hex color #02428C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02428C is #FDBD73. Grayscale: #363636. Windows color (decimal): -16629108 or 9191938. OLE color: 9191938.
HSL color Cylindrical-coordinate representation of color #02428C: hue angle of 212.17º 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 #02428C is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 66 | 140 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.45 |
| HSL | 212.17º | 0.97% | 0.28% | - |
| HSV(B) | 212.17º | 0.99% | 0.55% | - |
| XYZ | 6.71 | 5.8 | 25.58 | - |
| YUV | 55.3 | 175.8 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 140 | 0.99 | 0.53 | 0 | 0.45 | 212.17 | 0.97 | 0.28 |
| Hex | 2 | 42 | 8C | 63 | 35 | 0 | 2D | D4 | 61 | 1C |
| Octal | 2 | 102 | 214 | 143 | 65 | 0 | 55 | 324 | 141 | 34 |
| Binary | 10 | 1000010 | 10001100 | 1100011 | 110101 | 0 | 101101 | 11010100 | 1100001 | 11100 |
Color Harmonies of #02428C
Complementary color
Monochromatic Colors of #02428C
Black with #02428C
Text Example
Text Example
White with #02428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02428C; }
p { color: rgb(2,66,140); }
H1.HeaderClassName
{
color: #02428C;
}
.AnyTagClassName
{
color: #02428C;
}
</style>
background-color css
<style>
a { background-color: #02428C; }
a { background-color: rgb(2,66,140); }
div.DivClassName
{
background-color: #02428C;
}
.BgClassName
{
background-color: #02428C;
}
</style>
border-color css
<style>
span { border-color: #02428C; }
span { border-color: rgb(2,66,140); }
td.TdClassName
{
border-color: #02428C;
}
.TagClassName
{
border-color: #02428C;
}
</style>