Shades of Navy Blue #0247CF
Tints of Navy Blue #0247CF
RGB
CMYK
RGB Variations
Color information
#0247CF (or 0x0247CF) is known color: Navy Blue. HEX triplet: 02, 47 and CF. RGB value is (2,71,207). Sum of RGB (Red+Green+Blue) = 2+71+207=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 207 (81.25% from 255 or 73.93% from 280); Max value from RGB is 207 - color contains mainly: blue. Hex color #0247CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0247CF is #FDB830. Grayscale: #414141. Windows color (decimal): -16627761 or 13584130. OLE color: 13584130.
HSL color Cylindrical-coordinate representation of color #0247CF: hue angle of 219.8º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0247CF is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 71 | 207 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.19 |
| HSL | 219.8º | 0.98% | 0.41% | - |
| HSV(B) | 219.8º | 0.99% | 0.81% | - |
| XYZ | 13.54 | 9.02 | 60.06 | - |
| YUV | 65.87 | 207.64 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 71 | 207 | 0.99 | 0.66 | 0 | 0.19 | 219.8 | 0.98 | 0.41 |
| Hex | 2 | 47 | CF | 63 | 42 | 0 | 13 | DC | 62 | 29 |
| Octal | 2 | 107 | 317 | 143 | 102 | 0 | 23 | 334 | 142 | 51 |
| Binary | 10 | 1000111 | 11001111 | 1100011 | 1000010 | 0 | 10011 | 11011100 | 1100010 | 101001 |
Color Harmonies of #0247CF
Complementary color
Monochromatic Colors of #0247CF
Black with #0247CF
Text Example
Text Example
White with #0247CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0247CF; }
p { color: rgb(2,71,207); }
H1.HeaderClassName
{
color: #0247CF;
}
.AnyTagClassName
{
color: #0247CF;
}
</style>
background-color css
<style>
a { background-color: #0247CF; }
a { background-color: rgb(2,71,207); }
div.DivClassName
{
background-color: #0247CF;
}
.BgClassName
{
background-color: #0247CF;
}
</style>
border-color css
<style>
span { border-color: #0247CF; }
span { border-color: rgb(2,71,207); }
td.TdClassName
{
border-color: #0247CF;
}
.TagClassName
{
border-color: #0247CF;
}
</style>