Shades of Navy Blue #0247EC
Tints of Navy Blue #0247EC
RGB
CMYK
RGB Variations
Color information
#0247EC (or 0x0247EC) is known color: Navy Blue. HEX triplet: 02, 47 and EC. RGB value is (2,71,236). Sum of RGB (Red+Green+Blue) = 2+71+236=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 236 (92.58% from 255 or 76.38% from 309); Max value from RGB is 236 - color contains mainly: blue. Hex color #0247EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0247EC is #FDB813. Grayscale: #444444. Windows color (decimal): -16627732 or 15484674. OLE color: 15484674.
HSL color Cylindrical-coordinate representation of color #0247EC: hue angle of 222.31º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0247EC is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 71 | 236 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.07 |
| HSL | 222.31º | 0.98% | 0.47% | - |
| HSV(B) | 222.31º | 0.99% | 0.93% | - |
| XYZ | 17.42 | 10.58 | 80.48 | - |
| YUV | 69.18 | 222.14 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 71 | 236 | 0.99 | 0.70 | 0 | 0.07 | 222.31 | 0.98 | 0.47 |
| Hex | 2 | 47 | EC | 63 | 46 | 0 | 7 | DE | 62 | 2F |
| Octal | 2 | 107 | 354 | 143 | 106 | 0 | 7 | 336 | 142 | 57 |
| Binary | 10 | 1000111 | 11101100 | 1100011 | 1000110 | 0 | 111 | 11011110 | 1100010 | 101111 |
Color Harmonies of #0247EC
Complementary color
Monochromatic Colors of #0247EC
Black with #0247EC
Text Example
Text Example
White with #0247EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0247EC; }
p { color: rgb(2,71,236); }
H1.HeaderClassName
{
color: #0247EC;
}
.AnyTagClassName
{
color: #0247EC;
}
</style>
background-color css
<style>
a { background-color: #0247EC; }
a { background-color: rgb(2,71,236); }
div.DivClassName
{
background-color: #0247EC;
}
.BgClassName
{
background-color: #0247EC;
}
</style>
border-color css
<style>
span { border-color: #0247EC; }
span { border-color: rgb(2,71,236); }
td.TdClassName
{
border-color: #0247EC;
}
.TagClassName
{
border-color: #0247EC;
}
</style>