Shades of Navy Blue #0166D6
Tints of Navy Blue #0166D6
RGB
CMYK
RGB Variations
Color information
#0166D6 (or 0x0166D6) is known color: Navy Blue. HEX triplet: 01, 66 and D6. RGB value is (1,102,214). Sum of RGB (Red+Green+Blue) = 1+102+214=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 214 (83.98% from 255 or 67.51% from 317); Max value from RGB is 214 - color contains mainly: blue. Hex color #0166D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0166D6 is #FE9929. Grayscale: #545454. Windows color (decimal): -16685354 or 14050817. OLE color: 14050817.
HSL color Cylindrical-coordinate representation of color #0166D6: hue angle of 211.55º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0166D6 is Cyan = 1.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 102 | 214 | - |
| CMYK | 1.00 | 0.52 | 0 | 0.16 |
| HSL | 211.55º | 0.99% | 0.42% | - |
| HSV(B) | 211.55º | 1% | 0.84% | - |
| XYZ | 16.9 | 14.36 | 65.5 | - |
| YUV | 84.57 | 201.04 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 214 | 1.00 | 0.52 | 0 | 0.16 | 211.55 | 0.99 | 0.42 |
| Hex | 1 | 66 | D6 | 64 | 34 | 0 | 10 | D4 | 63 | 2A |
| Octal | 1 | 146 | 326 | 144 | 64 | 0 | 20 | 324 | 143 | 52 |
| Binary | 1 | 1100110 | 11010110 | 1100100 | 110100 | 0 | 10000 | 11010100 | 1100011 | 101010 |
Color Harmonies of #0166D6
Complementary color
Monochromatic Colors of #0166D6
Black with #0166D6
Text Example
Text Example
White with #0166D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0166D6; }
p { color: rgb(1,102,214); }
H1.HeaderClassName
{
color: #0166D6;
}
.AnyTagClassName
{
color: #0166D6;
}
</style>
background-color css
<style>
a { background-color: #0166D6; }
a { background-color: rgb(1,102,214); }
div.DivClassName
{
background-color: #0166D6;
}
.BgClassName
{
background-color: #0166D6;
}
</style>
border-color css
<style>
span { border-color: #0166D6; }
span { border-color: rgb(1,102,214); }
td.TdClassName
{
border-color: #0166D6;
}
.TagClassName
{
border-color: #0166D6;
}
</style>