Shades of Navy Blue #0166FF
Tints of Navy Blue #0166FF
RGB
CMYK
RGB Variations
Color information
#0166FF (or 0x0166FF) is known color: Navy Blue. HEX triplet: 01, 66 and FF. RGB value is (1,102,255). Sum of RGB (Red+Green+Blue) = 1+102+255=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #0166FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0166FF is #FE9900. Grayscale: #585858. Windows color (decimal): -16685313 or 16737793. OLE color: 16737793.
HSL color Cylindrical-coordinate representation of color #0166FF: hue angle of 216.14º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0166FF is Cyan = 1.00, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 102 | 255 | - |
| CMYK | 1.00 | 0.6 | 0 | 0 |
| HSL | 216.14º | 1% | 0.5% | - |
| HSV(B) | 216.14º | 1% | 1% | - |
| XYZ | 22.81 | 16.73 | 96.63 | - |
| YUV | 89.24 | 221.54 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 255 | 1.00 | 0.6 | 0 | 0 | 216.14 | 1 | 0.5 |
| Hex | 1 | 66 | FF | 64 | 3C | 0 | 0 | D8 | 64 | 32 |
| Octal | 1 | 146 | 377 | 144 | 74 | 0 | 0 | 330 | 144 | 62 |
| Binary | 1 | 1100110 | 11111111 | 1100100 | 111100 | 0 | 0 | 11011000 | 1100100 | 110010 |
Color Harmonies of #0166FF
Complementary color
Monochromatic Colors of #0166FF
Black with #0166FF
Text Example
Text Example
White with #0166FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0166FF; }
p { color: rgb(1,102,255); }
H1.HeaderClassName
{
color: #0166FF;
}
.AnyTagClassName
{
color: #0166FF;
}
</style>
background-color css
<style>
a { background-color: #0166FF; }
a { background-color: rgb(1,102,255); }
div.DivClassName
{
background-color: #0166FF;
}
.BgClassName
{
background-color: #0166FF;
}
</style>
border-color css
<style>
span { border-color: #0166FF; }
span { border-color: rgb(1,102,255); }
td.TdClassName
{
border-color: #0166FF;
}
.TagClassName
{
border-color: #0166FF;
}
</style>