Shades of Navy Blue #0660CE
Tints of Navy Blue #0660CE
RGB
CMYK
RGB Variations
Color information
#0660CE (or 0x0660CE) is known color: Navy Blue. HEX triplet: 06, 60 and CE. RGB value is (6,96,206). Sum of RGB (Red+Green+Blue) = 6+96+206=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #0660CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0660CE is #F99F31. Grayscale: #515151. Windows color (decimal): -16359218 or 13524998. OLE color: 13524998.
HSL color Cylindrical-coordinate representation of color #0660CE: hue angle of 213º 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 #0660CE is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 96 | 206 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.19 |
| HSL | 213º | 0.94% | 0.42% | - |
| HSV(B) | 213º | 0.97% | 0.81% | - |
| XYZ | 15.4 | 12.86 | 60.06 | - |
| YUV | 81.63 | 198.18 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 206 | 0.97 | 0.53 | 0 | 0.19 | 213 | 0.94 | 0.42 |
| Hex | 6 | 60 | CE | 61 | 35 | 0 | 13 | D5 | 5E | 2A |
| Octal | 6 | 140 | 316 | 141 | 65 | 0 | 23 | 325 | 136 | 52 |
| Binary | 110 | 1100000 | 11001110 | 1100001 | 110101 | 0 | 10011 | 11010101 | 1011110 | 101010 |
Color Harmonies of #0660CE
Complementary color
Monochromatic Colors of #0660CE
Black with #0660CE
Text Example
Text Example
White with #0660CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0660CE; }
p { color: rgb(6,96,206); }
H1.HeaderClassName
{
color: #0660CE;
}
.AnyTagClassName
{
color: #0660CE;
}
</style>
background-color css
<style>
a { background-color: #0660CE; }
a { background-color: rgb(6,96,206); }
div.DivClassName
{
background-color: #0660CE;
}
.BgClassName
{
background-color: #0660CE;
}
</style>
border-color css
<style>
span { border-color: #0660CE; }
span { border-color: rgb(6,96,206); }
td.TdClassName
{
border-color: #0660CE;
}
.TagClassName
{
border-color: #0660CE;
}
</style>