Shades of Navy Blue #0247DD
Tints of Navy Blue #0247DD
RGB
CMYK
RGB Variations
Color information
#0247DD (or 0x0247DD) is known color: Navy Blue. HEX triplet: 02, 47 and DD. RGB value is (2,71,221). Sum of RGB (Red+Green+Blue) = 2+71+221=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 221 (86.72% from 255 or 75.17% from 294); Max value from RGB is 221 - color contains mainly: blue. Hex color #0247DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0247DD is #FDB822. Grayscale: #424242. Windows color (decimal): -16627747 or 14501634. OLE color: 14501634.
HSL color Cylindrical-coordinate representation of color #0247DD: hue angle of 221.1º 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 #0247DD is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 71 | 221 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.13 |
| HSL | 221.1º | 0.98% | 0.44% | - |
| HSV(B) | 221.1º | 0.99% | 0.87% | - |
| XYZ | 15.33 | 9.74 | 69.48 | - |
| YUV | 67.47 | 214.64 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 71 | 221 | 0.99 | 0.68 | 0 | 0.13 | 221.1 | 0.98 | 0.44 |
| Hex | 2 | 47 | DD | 63 | 44 | 0 | D | DD | 62 | 2C |
| Octal | 2 | 107 | 335 | 143 | 104 | 0 | 15 | 335 | 142 | 54 |
| Binary | 10 | 1000111 | 11011101 | 1100011 | 1000100 | 0 | 1101 | 11011101 | 1100010 | 101100 |
Color Harmonies of #0247DD
Complementary color
Monochromatic Colors of #0247DD
Black with #0247DD
Text Example
Text Example
White with #0247DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0247DD; }
p { color: rgb(2,71,221); }
H1.HeaderClassName
{
color: #0247DD;
}
.AnyTagClassName
{
color: #0247DD;
}
</style>
background-color css
<style>
a { background-color: #0247DD; }
a { background-color: rgb(2,71,221); }
div.DivClassName
{
background-color: #0247DD;
}
.BgClassName
{
background-color: #0247DD;
}
</style>
border-color css
<style>
span { border-color: #0247DD; }
span { border-color: rgb(2,71,221); }
td.TdClassName
{
border-color: #0247DD;
}
.TagClassName
{
border-color: #0247DD;
}
</style>