Shades of Navy Blue #0659D7
Tints of Navy Blue #0659D7
RGB
CMYK
RGB Variations
Color information
#0659D7 (or 0x0659D7) is known color: Navy Blue. HEX triplet: 06, 59 and D7. RGB value is (6,89,215). Sum of RGB (Red+Green+Blue) = 6+89+215=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 215 (84.38% from 255 or 69.35% from 310); Max value from RGB is 215 - color contains mainly: blue. Hex color #0659D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0659D7 is #F9A628. Grayscale: #4D4D4D. Windows color (decimal): -16361001 or 14113030. OLE color: 14113030.
HSL color Cylindrical-coordinate representation of color #0659D7: hue angle of 216.17º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0659D7 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 6 | 89 | 215 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.16 |
| HSL | 216.17º | 0.95% | 0.43% | - |
| HSV(B) | 216.17º | 0.97% | 0.84% | - |
| XYZ | 15.91 | 12.09 | 65.78 | - |
| YUV | 78.55 | 205 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 215 | 0.97 | 0.59 | 0 | 0.16 | 216.17 | 0.95 | 0.43 |
| Hex | 6 | 59 | D7 | 61 | 3B | 0 | 10 | D8 | 5F | 2B |
| Octal | 6 | 131 | 327 | 141 | 73 | 0 | 20 | 330 | 137 | 53 |
| Binary | 110 | 1011001 | 11010111 | 1100001 | 111011 | 0 | 10000 | 11011000 | 1011111 | 101011 |
Color Harmonies of #0659D7
Complementary color
Monochromatic Colors of #0659D7
Black with #0659D7
Text Example
Text Example
White with #0659D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0659D7; }
p { color: rgb(6,89,215); }
H1.HeaderClassName
{
color: #0659D7;
}
.AnyTagClassName
{
color: #0659D7;
}
</style>
background-color css
<style>
a { background-color: #0659D7; }
a { background-color: rgb(6,89,215); }
div.DivClassName
{
background-color: #0659D7;
}
.BgClassName
{
background-color: #0659D7;
}
</style>
border-color css
<style>
span { border-color: #0659D7; }
span { border-color: rgb(6,89,215); }
td.TdClassName
{
border-color: #0659D7;
}
.TagClassName
{
border-color: #0659D7;
}
</style>