Shades of Navy Blue #0659DB
Tints of Navy Blue #0659DB
RGB
CMYK
RGB Variations
Color information
#0659DB (or 0x0659DB) is known color: Navy Blue. HEX triplet: 06, 59 and DB. RGB value is (6,89,219). Sum of RGB (Red+Green+Blue) = 6+89+219=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #0659DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0659DB is #F9A624. Grayscale: #4E4E4E. Windows color (decimal): -16360997 or 14375174. OLE color: 14375174.
HSL color Cylindrical-coordinate representation of color #0659DB: hue angle of 216.62º 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 #0659DB is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 89 | 219 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.14 |
| HSL | 216.62º | 0.95% | 0.44% | - |
| HSV(B) | 216.62º | 0.97% | 0.86% | - |
| XYZ | 16.43 | 12.3 | 68.53 | - |
| YUV | 79 | 207 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 219 | 0.97 | 0.59 | 0 | 0.14 | 216.62 | 0.95 | 0.44 |
| Hex | 6 | 59 | DB | 61 | 3B | 0 | E | D9 | 5F | 2C |
| Octal | 6 | 131 | 333 | 141 | 73 | 0 | 16 | 331 | 137 | 54 |
| Binary | 110 | 1011001 | 11011011 | 1100001 | 111011 | 0 | 1110 | 11011001 | 1011111 | 101100 |
Color Harmonies of #0659DB
Complementary color
Monochromatic Colors of #0659DB
Black with #0659DB
Text Example
Text Example
White with #0659DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0659DB; }
p { color: rgb(6,89,219); }
H1.HeaderClassName
{
color: #0659DB;
}
.AnyTagClassName
{
color: #0659DB;
}
</style>
background-color css
<style>
a { background-color: #0659DB; }
a { background-color: rgb(6,89,219); }
div.DivClassName
{
background-color: #0659DB;
}
.BgClassName
{
background-color: #0659DB;
}
</style>
border-color css
<style>
span { border-color: #0659DB; }
span { border-color: rgb(6,89,219); }
td.TdClassName
{
border-color: #0659DB;
}
.TagClassName
{
border-color: #0659DB;
}
</style>