Shades of Navy Blue #0659D4
Tints of Navy Blue #0659D4
RGB
CMYK
RGB Variations
Color information
#0659D4 (or 0x0659D4) is known color: Navy Blue. HEX triplet: 06, 59 and D4. RGB value is (6,89,212). Sum of RGB (Red+Green+Blue) = 6+89+212=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 212 (83.20% from 255 or 69.06% from 307); Max value from RGB is 212 - color contains mainly: blue. Hex color #0659D4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0659D4 is #F9A62B. Grayscale: #4D4D4D. Windows color (decimal): -16361004 or 13916422. OLE color: 13916422.
HSL color Cylindrical-coordinate representation of color #0659D4: hue angle of 215.83º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0659D4 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 6 | 89 | 212 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.17 |
| HSL | 215.83º | 0.94% | 0.43% | - |
| HSV(B) | 215.83º | 0.97% | 0.83% | - |
| XYZ | 15.53 | 11.94 | 63.77 | - |
| YUV | 78.21 | 203.5 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 212 | 0.97 | 0.58 | 0 | 0.17 | 215.83 | 0.94 | 0.43 |
| Hex | 6 | 59 | D4 | 61 | 3A | 0 | 11 | D8 | 5E | 2B |
| Octal | 6 | 131 | 324 | 141 | 72 | 0 | 21 | 330 | 136 | 53 |
| Binary | 110 | 1011001 | 11010100 | 1100001 | 111010 | 0 | 10001 | 11011000 | 1011110 | 101011 |
Color Harmonies of #0659D4
Complementary color
Monochromatic Colors of #0659D4
Black with #0659D4
Text Example
Text Example
White with #0659D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0659D4; }
p { color: rgb(6,89,212); }
H1.HeaderClassName
{
color: #0659D4;
}
.AnyTagClassName
{
color: #0659D4;
}
</style>
background-color css
<style>
a { background-color: #0659D4; }
a { background-color: rgb(6,89,212); }
div.DivClassName
{
background-color: #0659D4;
}
.BgClassName
{
background-color: #0659D4;
}
</style>
border-color css
<style>
span { border-color: #0659D4; }
span { border-color: rgb(6,89,212); }
td.TdClassName
{
border-color: #0659D4;
}
.TagClassName
{
border-color: #0659D4;
}
</style>