Shades of Navy Blue #0660DF
Tints of Navy Blue #0660DF
RGB
CMYK
RGB Variations
Color information
#0660DF (or 0x0660DF) is known color: Navy Blue. HEX triplet: 06, 60 and DF. RGB value is (6,96,223). Sum of RGB (Red+Green+Blue) = 6+96+223=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #0660DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0660DF is #F99F20. Grayscale: #525252. Windows color (decimal): -16359201 or 14639110. OLE color: 14639110.
HSL color Cylindrical-coordinate representation of color #0660DF: hue angle of 215.12º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0660DF is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 96 | 223 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.13 |
| HSL | 215.12º | 0.95% | 0.45% | - |
| HSV(B) | 215.12º | 0.97% | 0.87% | - |
| XYZ | 17.58 | 13.73 | 71.54 | - |
| YUV | 83.57 | 206.68 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 223 | 0.97 | 0.57 | 0 | 0.13 | 215.12 | 0.95 | 0.45 |
| Hex | 6 | 60 | DF | 61 | 39 | 0 | D | D7 | 5F | 2D |
| Octal | 6 | 140 | 337 | 141 | 71 | 0 | 15 | 327 | 137 | 55 |
| Binary | 110 | 1100000 | 11011111 | 1100001 | 111001 | 0 | 1101 | 11010111 | 1011111 | 101101 |
Color Harmonies of #0660DF
Complementary color
Monochromatic Colors of #0660DF
Black with #0660DF
Text Example
Text Example
White with #0660DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0660DF; }
p { color: rgb(6,96,223); }
H1.HeaderClassName
{
color: #0660DF;
}
.AnyTagClassName
{
color: #0660DF;
}
</style>
background-color css
<style>
a { background-color: #0660DF; }
a { background-color: rgb(6,96,223); }
div.DivClassName
{
background-color: #0660DF;
}
.BgClassName
{
background-color: #0660DF;
}
</style>
border-color css
<style>
span { border-color: #0660DF; }
span { border-color: rgb(6,96,223); }
td.TdClassName
{
border-color: #0660DF;
}
.TagClassName
{
border-color: #0660DF;
}
</style>