Shades of Navy Blue #0647DB
Tints of Navy Blue #0647DB
RGB
CMYK
RGB Variations
Color information
#0647DB (or 0x0647DB) is known color: Navy Blue. HEX triplet: 06, 47 and DB. RGB value is (6,71,219). Sum of RGB (Red+Green+Blue) = 6+71+219=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #0647DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0647DB is #F9B824. Grayscale: #434343. Windows color (decimal): -16365605 or 14370566. OLE color: 14370566.
HSL color Cylindrical-coordinate representation of color #0647DB: hue angle of 221.69º 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 #0647DB is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 71 | 219 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.14 |
| HSL | 221.69º | 0.95% | 0.44% | - |
| HSV(B) | 221.69º | 0.97% | 0.86% | - |
| XYZ | 15.11 | 9.66 | 68.09 | - |
| YUV | 68.44 | 212.97 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 219 | 0.97 | 0.68 | 0 | 0.14 | 221.69 | 0.95 | 0.44 |
| Hex | 6 | 47 | DB | 61 | 44 | 0 | E | DE | 5F | 2C |
| Octal | 6 | 107 | 333 | 141 | 104 | 0 | 16 | 336 | 137 | 54 |
| Binary | 110 | 1000111 | 11011011 | 1100001 | 1000100 | 0 | 1110 | 11011110 | 1011111 | 101100 |
Color Harmonies of #0647DB
Complementary color
Monochromatic Colors of #0647DB
Black with #0647DB
Text Example
Text Example
White with #0647DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0647DB; }
p { color: rgb(6,71,219); }
H1.HeaderClassName
{
color: #0647DB;
}
.AnyTagClassName
{
color: #0647DB;
}
</style>
background-color css
<style>
a { background-color: #0647DB; }
a { background-color: rgb(6,71,219); }
div.DivClassName
{
background-color: #0647DB;
}
.BgClassName
{
background-color: #0647DB;
}
</style>
border-color css
<style>
span { border-color: #0647DB; }
span { border-color: rgb(6,71,219); }
td.TdClassName
{
border-color: #0647DB;
}
.TagClassName
{
border-color: #0647DB;
}
</style>