Shades of Navy Blue #066FC6
Tints of Navy Blue #066FC6
RGB
CMYK
RGB Variations
Color information
#066FC6 (or 0x066FC6) is known color: Navy Blue. HEX triplet: 06, 6F and C6. RGB value is (6,111,198). Sum of RGB (Red+Green+Blue) = 6+111+198=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 198 (77.73% from 255 or 62.86% from 315); Max value from RGB is 198 - color contains mainly: blue. Hex color #066FC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066FC6 is #F99039. Grayscale: #595959. Windows color (decimal): -16355386 or 13004550. OLE color: 13004550.
HSL color Cylindrical-coordinate representation of color #066FC6: hue angle of 207.19º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066FC6 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 111 | 198 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.22 |
| HSL | 207.19º | 0.94% | 0.4% | - |
| HSV(B) | 207.19º | 0.97% | 0.78% | - |
| XYZ | 15.95 | 15.48 | 55.57 | - |
| YUV | 89.52 | 189.21 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 111 | 198 | 0.97 | 0.44 | 0 | 0.22 | 207.19 | 0.94 | 0.4 |
| Hex | 6 | 6F | C6 | 61 | 2C | 0 | 16 | CF | 5E | 28 |
| Octal | 6 | 157 | 306 | 141 | 54 | 0 | 26 | 317 | 136 | 50 |
| Binary | 110 | 1101111 | 11000110 | 1100001 | 101100 | 0 | 10110 | 11001111 | 1011110 | 101000 |
Color Harmonies of #066FC6
Complementary color
Monochromatic Colors of #066FC6
Black with #066FC6
Text Example
Text Example
White with #066FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066FC6; }
p { color: rgb(6,111,198); }
H1.HeaderClassName
{
color: #066FC6;
}
.AnyTagClassName
{
color: #066FC6;
}
</style>
background-color css
<style>
a { background-color: #066FC6; }
a { background-color: rgb(6,111,198); }
div.DivClassName
{
background-color: #066FC6;
}
.BgClassName
{
background-color: #066FC6;
}
</style>
border-color css
<style>
span { border-color: #066FC6; }
span { border-color: rgb(6,111,198); }
td.TdClassName
{
border-color: #066FC6;
}
.TagClassName
{
border-color: #066FC6;
}
</style>