Shades of Navy Blue #066EED
Tints of Navy Blue #066EED
RGB
CMYK
RGB Variations
Color information
#066EED (or 0x066EED) is known color: Navy Blue. HEX triplet: 06, 6E and ED. RGB value is (6,110,237). Sum of RGB (Red+Green+Blue) = 6+110+237=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #066EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066EED is #F99112. Grayscale: #5C5C5C. Windows color (decimal): -16355603 or 15560198. OLE color: 15560198.
HSL color Cylindrical-coordinate representation of color #066EED: hue angle of 212.99º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066EED is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 110 | 237 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.07 |
| HSL | 212.99º | 0.95% | 0.48% | - |
| HSV(B) | 212.99º | 0.97% | 0.93% | - |
| XYZ | 20.94 | 17.31 | 82.36 | - |
| YUV | 93.38 | 209.04 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 237 | 0.97 | 0.54 | 0 | 0.07 | 212.99 | 0.95 | 0.48 |
| Hex | 6 | 6E | ED | 61 | 36 | 0 | 7 | D5 | 5F | 30 |
| Octal | 6 | 156 | 355 | 141 | 66 | 0 | 7 | 325 | 137 | 60 |
| Binary | 110 | 1101110 | 11101101 | 1100001 | 110110 | 0 | 111 | 11010101 | 1011111 | 110000 |
Color Harmonies of #066EED
Complementary color
Monochromatic Colors of #066EED
Black with #066EED
Text Example
Text Example
White with #066EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066EED; }
p { color: rgb(6,110,237); }
H1.HeaderClassName
{
color: #066EED;
}
.AnyTagClassName
{
color: #066EED;
}
</style>
background-color css
<style>
a { background-color: #066EED; }
a { background-color: rgb(6,110,237); }
div.DivClassName
{
background-color: #066EED;
}
.BgClassName
{
background-color: #066EED;
}
</style>
border-color css
<style>
span { border-color: #066EED; }
span { border-color: rgb(6,110,237); }
td.TdClassName
{
border-color: #066EED;
}
.TagClassName
{
border-color: #066EED;
}
</style>