Shades of Dark Cerulean #02476C
Tints of Dark Cerulean #02476C
RGB
CMYK
RGB Variations
Color information
#02476C (or 0x02476C) is known color: Dark Cerulean. HEX triplet: 02, 47 and 6C. RGB value is (2,71,108). Sum of RGB (Red+Green+Blue) = 2+71+108=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #02476C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02476C is #FDB893. Grayscale: #363636. Windows color (decimal): -16627860 or 7096066. OLE color: 7096066.
HSL color Cylindrical-coordinate representation of color #02476C: hue angle of 200.94º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02476C is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 71 | 108 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.58 |
| HSL | 200.94º | 0.96% | 0.22% | - |
| HSV(B) | 200.94º | 0.98% | 0.42% | - |
| XYZ | 4.99 | 5.6 | 15.01 | - |
| YUV | 54.59 | 158.14 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 71 | 108 | 0.98 | 0.34 | 0 | 0.58 | 200.94 | 0.96 | 0.22 |
| Hex | 2 | 47 | 6C | 62 | 22 | 0 | 3A | C9 | 60 | 16 |
| Octal | 2 | 107 | 154 | 142 | 42 | 0 | 72 | 311 | 140 | 26 |
| Binary | 10 | 1000111 | 1101100 | 1100010 | 100010 | 0 | 111010 | 11001001 | 1100000 | 10110 |
Color Harmonies of #02476C
Complementary color
Monochromatic Colors of #02476C
Black with #02476C
Text Example
Text Example
White with #02476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02476C; }
p { color: rgb(2,71,108); }
H1.HeaderClassName
{
color: #02476C;
}
.AnyTagClassName
{
color: #02476C;
}
</style>
background-color css
<style>
a { background-color: #02476C; }
a { background-color: rgb(2,71,108); }
div.DivClassName
{
background-color: #02476C;
}
.BgClassName
{
background-color: #02476C;
}
</style>
border-color css
<style>
span { border-color: #02476C; }
span { border-color: rgb(2,71,108); }
td.TdClassName
{
border-color: #02476C;
}
.TagClassName
{
border-color: #02476C;
}
</style>