Shades of Navy Blue #0049CE
Tints of Navy Blue #0049CE
RGB
CMYK
RGB Variations
Color information
#0049CE (or 0x0049CE) is known color: Navy Blue. HEX triplet: 00, 49 and CE. RGB value is (0,73,206). Sum of RGB (Red+Green+Blue) = 0+73+206=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #0049CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0049CE is #FFB631. Grayscale: #414141. Windows color (decimal): -16758322 or 13519104. OLE color: 13519104.
HSL color Cylindrical-coordinate representation of color #0049CE: hue angle of 218.74º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0049CE is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 73 | 206 | - |
| CMYK | 1 | 0.65 | 0 | 0.19 |
| HSL | 218.74º | 1% | 0.4% | - |
| HSV(B) | 218.74º | 1% | 0.81% | - |
| XYZ | 13.52 | 9.22 | 59.46 | - |
| YUV | 66.34 | 206.82 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 206 | 1 | 0.65 | 0 | 0.19 | 218.74 | 1 | 0.4 |
| Hex | 0 | 49 | CE | 64 | 41 | 0 | 13 | DB | 64 | 28 |
| Octal | 0 | 111 | 316 | 144 | 101 | 0 | 23 | 333 | 144 | 50 |
| Binary | 0 | 1001001 | 11001110 | 1100100 | 1000001 | 0 | 10011 | 11011011 | 1100100 | 101000 |
Color Harmonies of #0049CE
Complementary color
Monochromatic Colors of #0049CE
Black with #0049CE
Text Example
Text Example
White with #0049CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0049CE; }
p { color: rgb(0,73,206); }
H1.HeaderClassName
{
color: #0049CE;
}
.AnyTagClassName
{
color: #0049CE;
}
</style>
background-color css
<style>
a { background-color: #0049CE; }
a { background-color: rgb(0,73,206); }
div.DivClassName
{
background-color: #0049CE;
}
.BgClassName
{
background-color: #0049CE;
}
</style>
border-color css
<style>
span { border-color: #0049CE; }
span { border-color: rgb(0,73,206); }
td.TdClassName
{
border-color: #0049CE;
}
.TagClassName
{
border-color: #0049CE;
}
</style>