Shades of Navy Blue #066ED8
Tints of Navy Blue #066ED8
RGB
CMYK
RGB Variations
Color information
#066ED8 (or 0x066ED8) is known color: Navy Blue. HEX triplet: 06, 6E and D8. RGB value is (6,110,216). Sum of RGB (Red+Green+Blue) = 6+110+216=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 216 (84.77% from 255 or 65.06% from 332); Max value from RGB is 216 - color contains mainly: blue. Hex color #066ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066ED8 is #F99127. Grayscale: #5A5A5A. Windows color (decimal): -16355624 or 14183942. OLE color: 14183942.
HSL color Cylindrical-coordinate representation of color #066ED8: hue angle of 210.29º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066ED8 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 110 | 216 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.15 |
| HSL | 210.29º | 0.95% | 0.44% | - |
| HSV(B) | 210.29º | 0.97% | 0.85% | - |
| XYZ | 18.05 | 16.15 | 67.13 | - |
| YUV | 90.99 | 198.54 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 216 | 0.97 | 0.49 | 0 | 0.15 | 210.29 | 0.95 | 0.44 |
| Hex | 6 | 6E | D8 | 61 | 31 | 0 | F | D2 | 5F | 2C |
| Octal | 6 | 156 | 330 | 141 | 61 | 0 | 17 | 322 | 137 | 54 |
| Binary | 110 | 1101110 | 11011000 | 1100001 | 110001 | 0 | 1111 | 11010010 | 1011111 | 101100 |
Color Harmonies of #066ED8
Complementary color
Monochromatic Colors of #066ED8
Black with #066ED8
Text Example
Text Example
White with #066ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066ED8; }
p { color: rgb(6,110,216); }
H1.HeaderClassName
{
color: #066ED8;
}
.AnyTagClassName
{
color: #066ED8;
}
</style>
background-color css
<style>
a { background-color: #066ED8; }
a { background-color: rgb(6,110,216); }
div.DivClassName
{
background-color: #066ED8;
}
.BgClassName
{
background-color: #066ED8;
}
</style>
border-color css
<style>
span { border-color: #066ED8; }
span { border-color: rgb(6,110,216); }
td.TdClassName
{
border-color: #066ED8;
}
.TagClassName
{
border-color: #066ED8;
}
</style>