Shades of Navy Blue #0649DB
Tints of Navy Blue #0649DB
RGB
CMYK
RGB Variations
Color information
#0649DB (or 0x0649DB) is known color: Navy Blue. HEX triplet: 06, 49 and DB. RGB value is (6,73,219). Sum of RGB (Red+Green+Blue) = 6+73+219=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #0649DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0649DB is #F9B624. Grayscale: #444444. Windows color (decimal): -16365093 or 14371078. OLE color: 14371078.
HSL color Cylindrical-coordinate representation of color #0649DB: hue angle of 221.13º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0649DB is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 73 | 219 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.14 |
| HSL | 221.13º | 0.95% | 0.44% | - |
| HSV(B) | 221.13º | 0.97% | 0.86% | - |
| XYZ | 15.24 | 9.92 | 68.13 | - |
| YUV | 69.61 | 212.3 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 219 | 0.97 | 0.67 | 0 | 0.14 | 221.13 | 0.95 | 0.44 |
| Hex | 6 | 49 | DB | 61 | 43 | 0 | E | DD | 5F | 2C |
| Octal | 6 | 111 | 333 | 141 | 103 | 0 | 16 | 335 | 137 | 54 |
| Binary | 110 | 1001001 | 11011011 | 1100001 | 1000011 | 0 | 1110 | 11011101 | 1011111 | 101100 |
Color Harmonies of #0649DB
Complementary color
Monochromatic Colors of #0649DB
Black with #0649DB
Text Example
Text Example
White with #0649DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0649DB; }
p { color: rgb(6,73,219); }
H1.HeaderClassName
{
color: #0649DB;
}
.AnyTagClassName
{
color: #0649DB;
}
</style>
background-color css
<style>
a { background-color: #0649DB; }
a { background-color: rgb(6,73,219); }
div.DivClassName
{
background-color: #0649DB;
}
.BgClassName
{
background-color: #0649DB;
}
</style>
border-color css
<style>
span { border-color: #0649DB; }
span { border-color: rgb(6,73,219); }
td.TdClassName
{
border-color: #0649DB;
}
.TagClassName
{
border-color: #0649DB;
}
</style>