Shades of Navy Blue #0166DA
Tints of Navy Blue #0166DA
RGB
CMYK
RGB Variations
Color information
#0166DA (or 0x0166DA) is known color: Navy Blue. HEX triplet: 01, 66 and DA. RGB value is (1,102,218). Sum of RGB (Red+Green+Blue) = 1+102+218=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 218 (85.55% from 255 or 67.91% from 321); Max value from RGB is 218 - color contains mainly: blue. Hex color #0166DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0166DA is #FE9925. Grayscale: #545454. Windows color (decimal): -16685350 or 14312961. OLE color: 14312961.
HSL color Cylindrical-coordinate representation of color #0166DA: hue angle of 212.07º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0166DA is Cyan = 1.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 102 | 218 | - |
| CMYK | 1.00 | 0.53 | 0 | 0.15 |
| HSL | 212.07º | 0.99% | 0.43% | - |
| HSV(B) | 212.07º | 1% | 0.85% | - |
| XYZ | 17.42 | 14.57 | 68.22 | - |
| YUV | 85.03 | 203.04 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 218 | 1.00 | 0.53 | 0 | 0.15 | 212.07 | 0.99 | 0.43 |
| Hex | 1 | 66 | DA | 64 | 35 | 0 | F | D4 | 63 | 2B |
| Octal | 1 | 146 | 332 | 144 | 65 | 0 | 17 | 324 | 143 | 53 |
| Binary | 1 | 1100110 | 11011010 | 1100100 | 110101 | 0 | 1111 | 11010100 | 1100011 | 101011 |
Color Harmonies of #0166DA
Complementary color
Monochromatic Colors of #0166DA
Black with #0166DA
Text Example
Text Example
White with #0166DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0166DA; }
p { color: rgb(1,102,218); }
H1.HeaderClassName
{
color: #0166DA;
}
.AnyTagClassName
{
color: #0166DA;
}
</style>
background-color css
<style>
a { background-color: #0166DA; }
a { background-color: rgb(1,102,218); }
div.DivClassName
{
background-color: #0166DA;
}
.BgClassName
{
background-color: #0166DA;
}
</style>
border-color css
<style>
span { border-color: #0166DA; }
span { border-color: rgb(1,102,218); }
td.TdClassName
{
border-color: #0166DA;
}
.TagClassName
{
border-color: #0166DA;
}
</style>