Shades of Navy Blue #066EEC
Tints of Navy Blue #066EEC
RGB
CMYK
RGB Variations
Color information
#066EEC (or 0x066EEC) is known color: Navy Blue. HEX triplet: 06, 6E and EC. RGB value is (6,110,236). Sum of RGB (Red+Green+Blue) = 6+110+236=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #066EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066EEC is #F99113. Grayscale: #5C5C5C. Windows color (decimal): -16355604 or 15494662. OLE color: 15494662.
HSL color Cylindrical-coordinate representation of color #066EEC: hue angle of 212.87º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066EEC is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 110 | 236 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.07 |
| HSL | 212.87º | 0.95% | 0.47% | - |
| HSV(B) | 212.87º | 0.97% | 0.93% | - |
| XYZ | 20.79 | 17.25 | 81.59 | - |
| YUV | 93.27 | 208.54 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 236 | 0.97 | 0.53 | 0 | 0.07 | 212.87 | 0.95 | 0.47 |
| Hex | 6 | 6E | EC | 61 | 35 | 0 | 7 | D5 | 5F | 2F |
| Octal | 6 | 156 | 354 | 141 | 65 | 0 | 7 | 325 | 137 | 57 |
| Binary | 110 | 1101110 | 11101100 | 1100001 | 110101 | 0 | 111 | 11010101 | 1011111 | 101111 |
Color Harmonies of #066EEC
Complementary color
Monochromatic Colors of #066EEC
Black with #066EEC
Text Example
Text Example
White with #066EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066EEC; }
p { color: rgb(6,110,236); }
H1.HeaderClassName
{
color: #066EEC;
}
.AnyTagClassName
{
color: #066EEC;
}
</style>
background-color css
<style>
a { background-color: #066EEC; }
a { background-color: rgb(6,110,236); }
div.DivClassName
{
background-color: #066EEC;
}
.BgClassName
{
background-color: #066EEC;
}
</style>
border-color css
<style>
span { border-color: #066EEC; }
span { border-color: rgb(6,110,236); }
td.TdClassName
{
border-color: #066EEC;
}
.TagClassName
{
border-color: #066EEC;
}
</style>