Shades of Navy Blue #0166BB
Tints of Navy Blue #0166BB
RGB
CMYK
RGB Variations
Color information
#0166BB (or 0x0166BB) is known color: Navy Blue. HEX triplet: 01, 66 and BB. RGB value is (1,102,187). Sum of RGB (Red+Green+Blue) = 1+102+187=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #0166BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0166BB is #FE9944. Grayscale: #515151. Windows color (decimal): -16685381 or 12281345. OLE color: 12281345.
HSL color Cylindrical-coordinate representation of color #0166BB: hue angle of 207.42º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0166BB is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 102 | 187 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.27 |
| HSL | 207.42º | 0.99% | 0.37% | - |
| HSV(B) | 207.42º | 0.99% | 0.73% | - |
| XYZ | 13.73 | 13.1 | 48.82 | - |
| YUV | 81.49 | 187.54 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 187 | 0.99 | 0.45 | 0 | 0.27 | 207.42 | 0.99 | 0.37 |
| Hex | 1 | 66 | BB | 63 | 2D | 0 | 1B | CF | 63 | 25 |
| Octal | 1 | 146 | 273 | 143 | 55 | 0 | 33 | 317 | 143 | 45 |
| Binary | 1 | 1100110 | 10111011 | 1100011 | 101101 | 0 | 11011 | 11001111 | 1100011 | 100101 |
Color Harmonies of #0166BB
Complementary color
Monochromatic Colors of #0166BB
Black with #0166BB
Text Example
Text Example
White with #0166BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0166BB; }
p { color: rgb(1,102,187); }
H1.HeaderClassName
{
color: #0166BB;
}
.AnyTagClassName
{
color: #0166BB;
}
</style>
background-color css
<style>
a { background-color: #0166BB; }
a { background-color: rgb(1,102,187); }
div.DivClassName
{
background-color: #0166BB;
}
.BgClassName
{
background-color: #0166BB;
}
</style>
border-color css
<style>
span { border-color: #0166BB; }
span { border-color: rgb(1,102,187); }
td.TdClassName
{
border-color: #0166BB;
}
.TagClassName
{
border-color: #0166BB;
}
</style>