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