Shades of Navy Blue #0166BE
Tints of Navy Blue #0166BE
RGB
CMYK
RGB Variations
Color information
#0166BE (or 0x0166BE) is known color: Navy Blue. HEX triplet: 01, 66 and BE. RGB value is (1,102,190). Sum of RGB (Red+Green+Blue) = 1+102+190=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #0166BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0166BE is #FE9941. Grayscale: #515151. Windows color (decimal): -16685378 or 12477953. OLE color: 12477953.
HSL color Cylindrical-coordinate representation of color #0166BE: hue angle of 207.94º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0166BE is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 102 | 190 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.25 |
| HSL | 207.94º | 0.99% | 0.37% | - |
| HSV(B) | 207.94º | 0.99% | 0.75% | - |
| XYZ | 14.06 | 13.23 | 50.53 | - |
| YUV | 81.83 | 189.04 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 190 | 0.99 | 0.46 | 0 | 0.25 | 207.94 | 0.99 | 0.37 |
| Hex | 1 | 66 | BE | 63 | 2E | 0 | 19 | D0 | 63 | 25 |
| Octal | 1 | 146 | 276 | 143 | 56 | 0 | 31 | 320 | 143 | 45 |
| Binary | 1 | 1100110 | 10111110 | 1100011 | 101110 | 0 | 11001 | 11010000 | 1100011 | 100101 |
Color Harmonies of #0166BE
Complementary color
Monochromatic Colors of #0166BE
Black with #0166BE
Text Example
Text Example
White with #0166BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0166BE; }
p { color: rgb(1,102,190); }
H1.HeaderClassName
{
color: #0166BE;
}
.AnyTagClassName
{
color: #0166BE;
}
</style>
background-color css
<style>
a { background-color: #0166BE; }
a { background-color: rgb(1,102,190); }
div.DivClassName
{
background-color: #0166BE;
}
.BgClassName
{
background-color: #0166BE;
}
</style>
border-color css
<style>
span { border-color: #0166BE; }
span { border-color: rgb(1,102,190); }
td.TdClassName
{
border-color: #0166BE;
}
.TagClassName
{
border-color: #0166BE;
}
</style>