Shades of Navy Blue #0249DD
Tints of Navy Blue #0249DD
RGB
CMYK
RGB Variations
Color information
#0249DD (or 0x0249DD) is known color: Navy Blue. HEX triplet: 02, 49 and DD. RGB value is (2,73,221). Sum of RGB (Red+Green+Blue) = 2+73+221=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #0249DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0249DD is #FDB622. Grayscale: #434343. Windows color (decimal): -16627235 or 14502146. OLE color: 14502146.
HSL color Cylindrical-coordinate representation of color #0249DD: hue angle of 220.55º 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 #0249DD is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 73 | 221 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.13 |
| HSL | 220.55º | 0.98% | 0.44% | - |
| HSV(B) | 220.55º | 0.99% | 0.87% | - |
| XYZ | 15.46 | 10 | 69.52 | - |
| YUV | 68.64 | 213.98 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 221 | 0.99 | 0.67 | 0 | 0.13 | 220.55 | 0.98 | 0.44 |
| Hex | 2 | 49 | DD | 63 | 43 | 0 | D | DD | 62 | 2C |
| Octal | 2 | 111 | 335 | 143 | 103 | 0 | 15 | 335 | 142 | 54 |
| Binary | 10 | 1001001 | 11011101 | 1100011 | 1000011 | 0 | 1101 | 11011101 | 1100010 | 101100 |
Color Harmonies of #0249DD
Complementary color
Monochromatic Colors of #0249DD
Black with #0249DD
Text Example
Text Example
White with #0249DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0249DD; }
p { color: rgb(2,73,221); }
H1.HeaderClassName
{
color: #0249DD;
}
.AnyTagClassName
{
color: #0249DD;
}
</style>
background-color css
<style>
a { background-color: #0249DD; }
a { background-color: rgb(2,73,221); }
div.DivClassName
{
background-color: #0249DD;
}
.BgClassName
{
background-color: #0249DD;
}
</style>
border-color css
<style>
span { border-color: #0249DD; }
span { border-color: rgb(2,73,221); }
td.TdClassName
{
border-color: #0249DD;
}
.TagClassName
{
border-color: #0249DD;
}
</style>