Shades of Navy Blue #0247D3
Tints of Navy Blue #0247D3
RGB
CMYK
RGB Variations
Color information
#0247D3 (or 0x0247D3) is known color: Navy Blue. HEX triplet: 02, 47 and D3. RGB value is (2,71,211). Sum of RGB (Red+Green+Blue) = 2+71+211=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 211 (82.81% from 255 or 74.30% from 284); Max value from RGB is 211 - color contains mainly: blue. Hex color #0247D3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0247D3 is #FDB82C. Grayscale: #414141. Windows color (decimal): -16627757 or 13846274. OLE color: 13846274.
HSL color Cylindrical-coordinate representation of color #0247D3: hue angle of 220.19º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0247D3 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 71 | 211 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.17 |
| HSL | 220.19º | 0.98% | 0.42% | - |
| HSV(B) | 220.19º | 0.99% | 0.83% | - |
| XYZ | 14.04 | 9.22 | 62.67 | - |
| YUV | 66.33 | 209.64 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 71 | 211 | 0.99 | 0.66 | 0 | 0.17 | 220.19 | 0.98 | 0.42 |
| Hex | 2 | 47 | D3 | 63 | 42 | 0 | 11 | DC | 62 | 2A |
| Octal | 2 | 107 | 323 | 143 | 102 | 0 | 21 | 334 | 142 | 52 |
| Binary | 10 | 1000111 | 11010011 | 1100011 | 1000010 | 0 | 10001 | 11011100 | 1100010 | 101010 |
Color Harmonies of #0247D3
Complementary color
Monochromatic Colors of #0247D3
Black with #0247D3
Text Example
Text Example
White with #0247D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0247D3; }
p { color: rgb(2,71,211); }
H1.HeaderClassName
{
color: #0247D3;
}
.AnyTagClassName
{
color: #0247D3;
}
</style>
background-color css
<style>
a { background-color: #0247D3; }
a { background-color: rgb(2,71,211); }
div.DivClassName
{
background-color: #0247D3;
}
.BgClassName
{
background-color: #0247D3;
}
</style>
border-color css
<style>
span { border-color: #0247D3; }
span { border-color: rgb(2,71,211); }
td.TdClassName
{
border-color: #0247D3;
}
.TagClassName
{
border-color: #0247D3;
}
</style>