Shades of Dark Cerulean #02428A
Tints of Dark Cerulean #02428A
RGB
CMYK
RGB Variations
Color information
#02428A (or 0x02428A) is known color: Dark Cerulean. HEX triplet: 02, 42 and 8A. RGB value is (2,66,138). Sum of RGB (Red+Green+Blue) = 2+66+138=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #02428A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02428A is #FDBD75. Grayscale: #363636. Windows color (decimal): -16629110 or 9060866. OLE color: 9060866.
HSL color Cylindrical-coordinate representation of color #02428A: hue angle of 211.76º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02428A is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 66 | 138 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.46 |
| HSL | 211.76º | 0.97% | 0.27% | - |
| HSV(B) | 211.76º | 0.99% | 0.54% | - |
| XYZ | 6.56 | 5.74 | 24.81 | - |
| YUV | 55.07 | 174.8 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 138 | 0.99 | 0.52 | 0 | 0.46 | 211.76 | 0.97 | 0.27 |
| Hex | 2 | 42 | 8A | 63 | 34 | 0 | 2E | D4 | 61 | 1B |
| Octal | 2 | 102 | 212 | 143 | 64 | 0 | 56 | 324 | 141 | 33 |
| Binary | 10 | 1000010 | 10001010 | 1100011 | 110100 | 0 | 101110 | 11010100 | 1100001 | 11011 |
Color Harmonies of #02428A
Complementary color
Monochromatic Colors of #02428A
Black with #02428A
Text Example
Text Example
White with #02428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02428A; }
p { color: rgb(2,66,138); }
H1.HeaderClassName
{
color: #02428A;
}
.AnyTagClassName
{
color: #02428A;
}
</style>
background-color css
<style>
a { background-color: #02428A; }
a { background-color: rgb(2,66,138); }
div.DivClassName
{
background-color: #02428A;
}
.BgClassName
{
background-color: #02428A;
}
</style>
border-color css
<style>
span { border-color: #02428A; }
span { border-color: rgb(2,66,138); }
td.TdClassName
{
border-color: #02428A;
}
.TagClassName
{
border-color: #02428A;
}
</style>