Shades of Navy Blue #0247DA
Tints of Navy Blue #0247DA
RGB
CMYK
RGB Variations
Color information
#0247DA (or 0x0247DA) is known color: Navy Blue. HEX triplet: 02, 47 and DA. RGB value is (2,71,218). Sum of RGB (Red+Green+Blue) = 2+71+218=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 218 (85.55% from 255 or 74.91% from 291); Max value from RGB is 218 - color contains mainly: blue. Hex color #0247DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0247DA is #FDB825. Grayscale: #424242. Windows color (decimal): -16627750 or 14305026. OLE color: 14305026.
HSL color Cylindrical-coordinate representation of color #0247DA: hue angle of 220.83º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0247DA is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 71 | 218 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.15 |
| HSL | 220.83º | 0.98% | 0.43% | - |
| HSV(B) | 220.83º | 0.99% | 0.85% | - |
| XYZ | 14.93 | 9.58 | 67.39 | - |
| YUV | 67.13 | 213.14 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 71 | 218 | 0.99 | 0.67 | 0 | 0.15 | 220.83 | 0.98 | 0.43 |
| Hex | 2 | 47 | DA | 63 | 43 | 0 | F | DD | 62 | 2B |
| Octal | 2 | 107 | 332 | 143 | 103 | 0 | 17 | 335 | 142 | 53 |
| Binary | 10 | 1000111 | 11011010 | 1100011 | 1000011 | 0 | 1111 | 11011101 | 1100010 | 101011 |
Color Harmonies of #0247DA
Complementary color
Monochromatic Colors of #0247DA
Black with #0247DA
Text Example
Text Example
White with #0247DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0247DA; }
p { color: rgb(2,71,218); }
H1.HeaderClassName
{
color: #0247DA;
}
.AnyTagClassName
{
color: #0247DA;
}
</style>
background-color css
<style>
a { background-color: #0247DA; }
a { background-color: rgb(2,71,218); }
div.DivClassName
{
background-color: #0247DA;
}
.BgClassName
{
background-color: #0247DA;
}
</style>
border-color css
<style>
span { border-color: #0247DA; }
span { border-color: rgb(2,71,218); }
td.TdClassName
{
border-color: #0247DA;
}
.TagClassName
{
border-color: #0247DA;
}
</style>