Shades of Navy Blue #066ECF
Tints of Navy Blue #066ECF
RGB
CMYK
RGB Variations
Color information
#066ECF (or 0x066ECF) is known color: Navy Blue. HEX triplet: 06, 6E and CF. RGB value is (6,110,207). Sum of RGB (Red+Green+Blue) = 6+110+207=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #066ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066ECF is #F99130. Grayscale: #595959. Windows color (decimal): -16355633 or 13594118. OLE color: 13594118.
HSL color Cylindrical-coordinate representation of color #066ECF: hue angle of 208.96º 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 #066ECF is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 110 | 207 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.19 |
| HSL | 208.96º | 0.94% | 0.42% | - |
| HSV(B) | 208.96º | 0.97% | 0.81% | - |
| XYZ | 16.91 | 15.7 | 61.17 | - |
| YUV | 89.96 | 194.04 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 207 | 0.97 | 0.47 | 0 | 0.19 | 208.96 | 0.94 | 0.42 |
| Hex | 6 | 6E | CF | 61 | 2F | 0 | 13 | D1 | 5E | 2A |
| Octal | 6 | 156 | 317 | 141 | 57 | 0 | 23 | 321 | 136 | 52 |
| Binary | 110 | 1101110 | 11001111 | 1100001 | 101111 | 0 | 10011 | 11010001 | 1011110 | 101010 |
Color Harmonies of #066ECF
Complementary color
Monochromatic Colors of #066ECF
Black with #066ECF
Text Example
Text Example
White with #066ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066ECF; }
p { color: rgb(6,110,207); }
H1.HeaderClassName
{
color: #066ECF;
}
.AnyTagClassName
{
color: #066ECF;
}
</style>
background-color css
<style>
a { background-color: #066ECF; }
a { background-color: rgb(6,110,207); }
div.DivClassName
{
background-color: #066ECF;
}
.BgClassName
{
background-color: #066ECF;
}
</style>
border-color css
<style>
span { border-color: #066ECF; }
span { border-color: rgb(6,110,207); }
td.TdClassName
{
border-color: #066ECF;
}
.TagClassName
{
border-color: #066ECF;
}
</style>