Shades of Navy Blue #0659DA
Tints of Navy Blue #0659DA
RGB
CMYK
RGB Variations
Color information
#0659DA (or 0x0659DA) is known color: Navy Blue. HEX triplet: 06, 59 and DA. RGB value is (6,89,218). Sum of RGB (Red+Green+Blue) = 6+89+218=313 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #0659DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0659DA is #F9A625. Grayscale: #4E4E4E. Windows color (decimal): -16360998 or 14309638. OLE color: 14309638.
HSL color Cylindrical-coordinate representation of color #0659DA: hue angle of 216.51º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0659DA is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 89 | 218 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.15 |
| HSL | 216.51º | 0.95% | 0.44% | - |
| HSV(B) | 216.51º | 0.97% | 0.85% | - |
| XYZ | 16.3 | 12.25 | 67.83 | - |
| YUV | 78.89 | 206.5 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 218 | 0.97 | 0.59 | 0 | 0.15 | 216.51 | 0.95 | 0.44 |
| Hex | 6 | 59 | DA | 61 | 3B | 0 | F | D9 | 5F | 2C |
| Octal | 6 | 131 | 332 | 141 | 73 | 0 | 17 | 331 | 137 | 54 |
| Binary | 110 | 1011001 | 11011010 | 1100001 | 111011 | 0 | 1111 | 11011001 | 1011111 | 101100 |
Color Harmonies of #0659DA
Complementary color
Monochromatic Colors of #0659DA
Black with #0659DA
Text Example
Text Example
White with #0659DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0659DA; }
p { color: rgb(6,89,218); }
H1.HeaderClassName
{
color: #0659DA;
}
.AnyTagClassName
{
color: #0659DA;
}
</style>
background-color css
<style>
a { background-color: #0659DA; }
a { background-color: rgb(6,89,218); }
div.DivClassName
{
background-color: #0659DA;
}
.BgClassName
{
background-color: #0659DA;
}
</style>
border-color css
<style>
span { border-color: #0659DA; }
span { border-color: rgb(6,89,218); }
td.TdClassName
{
border-color: #0659DA;
}
.TagClassName
{
border-color: #0659DA;
}
</style>