Shades of Navy Blue #0247DF
Tints of Navy Blue #0247DF
RGB
CMYK
RGB Variations
Color information
#0247DF (or 0x0247DF) is known color: Navy Blue. HEX triplet: 02, 47 and DF. RGB value is (2,71,223). Sum of RGB (Red+Green+Blue) = 2+71+223=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 223 (87.5% from 255 or 75.34% from 296); Max value from RGB is 223 - color contains mainly: blue. Hex color #0247DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0247DF is #FDB820. Grayscale: #434343. Windows color (decimal): -16627745 or 14632706. OLE color: 14632706.
HSL color Cylindrical-coordinate representation of color #0247DF: hue angle of 221.27º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0247DF is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 71 | 223 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.13 |
| HSL | 221.27º | 0.98% | 0.44% | - |
| HSV(B) | 221.27º | 0.99% | 0.87% | - |
| XYZ | 15.6 | 9.85 | 70.89 | - |
| YUV | 67.7 | 215.64 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 71 | 223 | 0.99 | 0.68 | 0 | 0.13 | 221.27 | 0.98 | 0.44 |
| Hex | 2 | 47 | DF | 63 | 44 | 0 | D | DD | 62 | 2C |
| Octal | 2 | 107 | 337 | 143 | 104 | 0 | 15 | 335 | 142 | 54 |
| Binary | 10 | 1000111 | 11011111 | 1100011 | 1000100 | 0 | 1101 | 11011101 | 1100010 | 101100 |
Color Harmonies of #0247DF
Complementary color
Monochromatic Colors of #0247DF
Black with #0247DF
Text Example
Text Example
White with #0247DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0247DF; }
p { color: rgb(2,71,223); }
H1.HeaderClassName
{
color: #0247DF;
}
.AnyTagClassName
{
color: #0247DF;
}
</style>
background-color css
<style>
a { background-color: #0247DF; }
a { background-color: rgb(2,71,223); }
div.DivClassName
{
background-color: #0247DF;
}
.BgClassName
{
background-color: #0247DF;
}
</style>
border-color css
<style>
span { border-color: #0247DF; }
span { border-color: rgb(2,71,223); }
td.TdClassName
{
border-color: #0247DF;
}
.TagClassName
{
border-color: #0247DF;
}
</style>