Shades of Navy Blue #0166DF
Tints of Navy Blue #0166DF
RGB
CMYK
RGB Variations
Color information
#0166DF (or 0x0166DF) is known color: Navy Blue. HEX triplet: 01, 66 and DF. RGB value is (1,102,223). Sum of RGB (Red+Green+Blue) = 1+102+223=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #0166DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0166DF is #FE9920. Grayscale: #555555. Windows color (decimal): -16685345 or 14640641. OLE color: 14640641.
HSL color Cylindrical-coordinate representation of color #0166DF: hue angle of 212.7º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0166DF is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 102 | 223 | - |
| CMYK | 1.00 | 0.54 | 0 | 0.13 |
| HSL | 212.7º | 0.99% | 0.44% | - |
| HSV(B) | 212.7º | 1% | 0.87% | - |
| XYZ | 18.08 | 14.84 | 71.72 | - |
| YUV | 85.6 | 205.54 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 223 | 1.00 | 0.54 | 0 | 0.13 | 212.7 | 0.99 | 0.44 |
| Hex | 1 | 66 | DF | 64 | 36 | 0 | D | D5 | 63 | 2C |
| Octal | 1 | 146 | 337 | 144 | 66 | 0 | 15 | 325 | 143 | 54 |
| Binary | 1 | 1100110 | 11011111 | 1100100 | 110110 | 0 | 1101 | 11010101 | 1100011 | 101100 |
Color Harmonies of #0166DF
Complementary color
Monochromatic Colors of #0166DF
Black with #0166DF
Text Example
Text Example
White with #0166DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0166DF; }
p { color: rgb(1,102,223); }
H1.HeaderClassName
{
color: #0166DF;
}
.AnyTagClassName
{
color: #0166DF;
}
</style>
background-color css
<style>
a { background-color: #0166DF; }
a { background-color: rgb(1,102,223); }
div.DivClassName
{
background-color: #0166DF;
}
.BgClassName
{
background-color: #0166DF;
}
</style>
border-color css
<style>
span { border-color: #0166DF; }
span { border-color: rgb(1,102,223); }
td.TdClassName
{
border-color: #0166DF;
}
.TagClassName
{
border-color: #0166DF;
}
</style>