Shades of Navy Blue #0659CE
Tints of Navy Blue #0659CE
RGB
CMYK
RGB Variations
Color information
#0659CE (or 0x0659CE) is known color: Navy Blue. HEX triplet: 06, 59 and CE. RGB value is (6,89,206). Sum of RGB (Red+Green+Blue) = 6+89+206=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #0659CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0659CE is #F9A631. Grayscale: #4C4C4C. Windows color (decimal): -16361010 or 13523206. OLE color: 13523206.
HSL color Cylindrical-coordinate representation of color #0659CE: hue angle of 215.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0659CE is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 89 | 206 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.19 |
| HSL | 215.1º | 0.94% | 0.42% | - |
| HSV(B) | 215.1º | 0.97% | 0.81% | - |
| XYZ | 14.79 | 11.64 | 59.86 | - |
| YUV | 77.52 | 200.5 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 206 | 0.97 | 0.57 | 0 | 0.19 | 215.1 | 0.94 | 0.42 |
| Hex | 6 | 59 | CE | 61 | 39 | 0 | 13 | D7 | 5E | 2A |
| Octal | 6 | 131 | 316 | 141 | 71 | 0 | 23 | 327 | 136 | 52 |
| Binary | 110 | 1011001 | 11001110 | 1100001 | 111001 | 0 | 10011 | 11010111 | 1011110 | 101010 |
Color Harmonies of #0659CE
Complementary color
Monochromatic Colors of #0659CE
Black with #0659CE
Text Example
Text Example
White with #0659CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0659CE; }
p { color: rgb(6,89,206); }
H1.HeaderClassName
{
color: #0659CE;
}
.AnyTagClassName
{
color: #0659CE;
}
</style>
background-color css
<style>
a { background-color: #0659CE; }
a { background-color: rgb(6,89,206); }
div.DivClassName
{
background-color: #0659CE;
}
.BgClassName
{
background-color: #0659CE;
}
</style>
border-color css
<style>
span { border-color: #0659CE; }
span { border-color: rgb(6,89,206); }
td.TdClassName
{
border-color: #0659CE;
}
.TagClassName
{
border-color: #0659CE;
}
</style>