Shades of Navy Blue #1066D8
Tints of Navy Blue #1066D8
RGB
CMYK
RGB Variations
Color information
#1066D8 (or 0x1066D8) is known color: Navy Blue. HEX triplet: 10, 66 and D8. RGB value is (16,102,216). Sum of RGB (Red+Green+Blue) = 16+102+216=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 216 (84.77% from 255 or 64.67% from 334); Max value from RGB is 216 - color contains mainly: blue. Hex color #1066D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1066D8 is #EF9927. Grayscale: #585858. Windows color (decimal): -15702312 or 14181904. OLE color: 14181904.
HSL color Cylindrical-coordinate representation of color #1066D8: hue angle of 214.2º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1066D8 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 102 | 216 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.15 |
| HSL | 214.2º | 0.86% | 0.45% | - |
| HSV(B) | 214.2º | 0.93% | 0.85% | - |
| XYZ | 17.36 | 14.57 | 66.86 | - |
| YUV | 89.28 | 199.51 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 216 | 0.93 | 0.53 | 0 | 0.15 | 214.2 | 0.86 | 0.45 |
| Hex | 10 | 66 | D8 | 5D | 35 | 0 | F | D6 | 56 | 2D |
| Octal | 20 | 146 | 330 | 135 | 65 | 0 | 17 | 326 | 126 | 55 |
| Binary | 10000 | 1100110 | 11011000 | 1011101 | 110101 | 0 | 1111 | 11010110 | 1010110 | 101101 |
Color Harmonies of #1066D8
Complementary color
Monochromatic Colors of #1066D8
Black with #1066D8
Text Example
Text Example
White with #1066D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1066D8; }
p { color: rgb(16,102,216); }
H1.HeaderClassName
{
color: #1066D8;
}
.AnyTagClassName
{
color: #1066D8;
}
</style>
background-color css
<style>
a { background-color: #1066D8; }
a { background-color: rgb(16,102,216); }
div.DivClassName
{
background-color: #1066D8;
}
.BgClassName
{
background-color: #1066D8;
}
</style>
border-color css
<style>
span { border-color: #1066D8; }
span { border-color: rgb(16,102,216); }
td.TdClassName
{
border-color: #1066D8;
}
.TagClassName
{
border-color: #1066D8;
}
</style>