Shades of Navy Blue #0659D6
Tints of Navy Blue #0659D6
RGB
CMYK
RGB Variations
Color information
#0659D6 (or 0x0659D6) is known color: Navy Blue. HEX triplet: 06, 59 and D6. RGB value is (6,89,214). Sum of RGB (Red+Green+Blue) = 6+89+214=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 214 (83.98% from 255 or 69.26% from 309); Max value from RGB is 214 - color contains mainly: blue. Hex color #0659D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0659D6 is #F9A629. Grayscale: #4D4D4D. Windows color (decimal): -16361002 or 14047494. OLE color: 14047494.
HSL color Cylindrical-coordinate representation of color #0659D6: hue angle of 216.06º 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 #0659D6 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 6 | 89 | 214 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.16 |
| HSL | 216.06º | 0.95% | 0.43% | - |
| HSV(B) | 216.06º | 0.97% | 0.84% | - |
| XYZ | 15.79 | 12.04 | 65.11 | - |
| YUV | 78.43 | 204.5 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 214 | 0.97 | 0.58 | 0 | 0.16 | 216.06 | 0.95 | 0.43 |
| Hex | 6 | 59 | D6 | 61 | 3A | 0 | 10 | D8 | 5F | 2B |
| Octal | 6 | 131 | 326 | 141 | 72 | 0 | 20 | 330 | 137 | 53 |
| Binary | 110 | 1011001 | 11010110 | 1100001 | 111010 | 0 | 10000 | 11011000 | 1011111 | 101011 |
Color Harmonies of #0659D6
Complementary color
Monochromatic Colors of #0659D6
Black with #0659D6
Text Example
Text Example
White with #0659D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0659D6; }
p { color: rgb(6,89,214); }
H1.HeaderClassName
{
color: #0659D6;
}
.AnyTagClassName
{
color: #0659D6;
}
</style>
background-color css
<style>
a { background-color: #0659D6; }
a { background-color: rgb(6,89,214); }
div.DivClassName
{
background-color: #0659D6;
}
.BgClassName
{
background-color: #0659D6;
}
</style>
border-color css
<style>
span { border-color: #0659D6; }
span { border-color: rgb(6,89,214); }
td.TdClassName
{
border-color: #0659D6;
}
.TagClassName
{
border-color: #0659D6;
}
</style>