Shades of Navy #010266
Tints of Navy #010266
RGB
CMYK
RGB Variations
Color information
#010266 (or 0x010266) is known color: Navy. HEX triplet: 01, 02 and 66. RGB value is (1,2,102). Sum of RGB (Red+Green+Blue) = 1+2+102=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 102 (40.23% from 255 or 97.14% from 105); Max value from RGB is 102 - color contains mainly: blue. Hex color #010266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010266 is #FEFD99. Grayscale: #0C0C0C. Windows color (decimal): -16711066 or 6685185. OLE color: 6685185.
HSL color Cylindrical-coordinate representation of color #010266: hue angle of 239.41º 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 #010266 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 2 | 102 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.6 |
| HSL | 239.41º | 0.98% | 0.2% | - |
| HSV(B) | 239.41º | 0.99% | 0.4% | - |
| XYZ | 2.43 | 1.01 | 12.64 | - |
| YUV | 13.1 | 178.17 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 102 | 0.99 | 0.98 | 0 | 0.6 | 239.41 | 0.98 | 0.2 |
| Hex | 1 | 2 | 66 | 63 | 62 | 0 | 3C | EF | 62 | 14 |
| Octal | 1 | 2 | 146 | 143 | 142 | 0 | 74 | 357 | 142 | 24 |
| Binary | 1 | 10 | 1100110 | 1100011 | 1100010 | 0 | 111100 | 11101111 | 1100010 | 10100 |
Color Harmonies of #010266
Complementary color
Monochromatic Colors of #010266
Black with #010266
Text Example
Text Example
White with #010266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010266; }
p { color: rgb(1,2,102); }
H1.HeaderClassName
{
color: #010266;
}
.AnyTagClassName
{
color: #010266;
}
</style>
background-color css
<style>
a { background-color: #010266; }
a { background-color: rgb(1,2,102); }
div.DivClassName
{
background-color: #010266;
}
.BgClassName
{
background-color: #010266;
}
</style>
border-color css
<style>
span { border-color: #010266; }
span { border-color: rgb(1,2,102); }
td.TdClassName
{
border-color: #010266;
}
.TagClassName
{
border-color: #010266;
}
</style>