Shades of Navy #010166
Tints of Navy #010166
RGB
CMYK
RGB Variations
Color information
#010166 (or 0x010166) is known color: Navy. HEX triplet: 01, 01 and 66. RGB value is (1,1,102). Sum of RGB (Red+Green+Blue) = 1+1+102=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 102 (40.23% from 255 or 98.08% from 104); Max value from RGB is 102 - color contains mainly: blue. Hex color #010166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010166 is #FEFE99. Grayscale: #0C0C0C. Windows color (decimal): -16711322 or 6684929. OLE color: 6684929.
HSL color Cylindrical-coordinate representation of color #010166: hue angle of 240º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010166 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 1 | 102 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.6 |
| HSL | 240º | 0.98% | 0.2% | - |
| HSV(B) | 240º | 0.99% | 0.4% | - |
| XYZ | 2.42 | 0.99 | 12.63 | - |
| YUV | 12.51 | 178.5 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 102 | 0.99 | 0.99 | 0 | 0.6 | 240 | 0.98 | 0.2 |
| Hex | 1 | 1 | 66 | 63 | 63 | 0 | 3C | F0 | 62 | 14 |
| Octal | 1 | 1 | 146 | 143 | 143 | 0 | 74 | 360 | 142 | 24 |
| Binary | 1 | 1 | 1100110 | 1100011 | 1100011 | 0 | 111100 | 11110000 | 1100010 | 10100 |
Color Harmonies of #010166
Complementary color
Monochromatic Colors of #010166
Black with #010166
Text Example
Text Example
White with #010166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010166; }
p { color: rgb(1,1,102); }
H1.HeaderClassName
{
color: #010166;
}
.AnyTagClassName
{
color: #010166;
}
</style>
background-color css
<style>
a { background-color: #010166; }
a { background-color: rgb(1,1,102); }
div.DivClassName
{
background-color: #010166;
}
.BgClassName
{
background-color: #010166;
}
</style>
border-color css
<style>
span { border-color: #010166; }
span { border-color: rgb(1,1,102); }
td.TdClassName
{
border-color: #010166;
}
.TagClassName
{
border-color: #010166;
}
</style>