Shades of Navy Blue #0666CD
Tints of Navy Blue #0666CD
RGB
CMYK
RGB Variations
Color information
#0666CD (or 0x0666CD) is known color: Navy Blue. HEX triplet: 06, 66 and CD. RGB value is (6,102,205). Sum of RGB (Red+Green+Blue) = 6+102+205=313 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #0666CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0666CD is #F99932. Grayscale: #545454. Windows color (decimal): -16357683 or 13460998. OLE color: 13460998.
HSL color Cylindrical-coordinate representation of color #0666CD: hue angle of 211.06º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0666CD is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 102 | 205 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.20 |
| HSL | 211.06º | 0.94% | 0.41% | - |
| HSV(B) | 211.06º | 0.97% | 0.8% | - |
| XYZ | 15.85 | 13.95 | 59.61 | - |
| YUV | 85.04 | 195.7 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 205 | 0.97 | 0.50 | 0 | 0.20 | 211.06 | 0.94 | 0.41 |
| Hex | 6 | 66 | CD | 61 | 32 | 0 | 14 | D3 | 5E | 29 |
| Octal | 6 | 146 | 315 | 141 | 62 | 0 | 24 | 323 | 136 | 51 |
| Binary | 110 | 1100110 | 11001101 | 1100001 | 110010 | 0 | 10100 | 11010011 | 1011110 | 101001 |
Color Harmonies of #0666CD
Complementary color
Monochromatic Colors of #0666CD
Black with #0666CD
Text Example
Text Example
White with #0666CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0666CD; }
p { color: rgb(6,102,205); }
H1.HeaderClassName
{
color: #0666CD;
}
.AnyTagClassName
{
color: #0666CD;
}
</style>
background-color css
<style>
a { background-color: #0666CD; }
a { background-color: rgb(6,102,205); }
div.DivClassName
{
background-color: #0666CD;
}
.BgClassName
{
background-color: #0666CD;
}
</style>
border-color css
<style>
span { border-color: #0666CD; }
span { border-color: rgb(6,102,205); }
td.TdClassName
{
border-color: #0666CD;
}
.TagClassName
{
border-color: #0666CD;
}
</style>