Shades of Navy #010161
Tints of Navy #010161
RGB
CMYK
RGB Variations
Color information
#010161 (or 0x010161) is known color: Navy. HEX triplet: 01, 01 and 61. RGB value is (1,1,97). Sum of RGB (Red+Green+Blue) = 1+1+97=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 97 (38.28% from 255 or 97.98% from 99); Max value from RGB is 97 - color contains mainly: blue. Hex color #010161 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010161 is #FEFE9E. Grayscale: #0B0B0B. Windows color (decimal): -16711327 or 6357249. OLE color: 6357249.
HSL color Cylindrical-coordinate representation of color #010161: hue angle of 240º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010161 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 1 | 97 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.62 |
| HSL | 240º | 0.98% | 0.19% | - |
| HSV(B) | 240º | 0.99% | 0.38% | - |
| XYZ | 2.18 | 0.89 | 11.37 | - |
| YUV | 11.94 | 176 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 97 | 0.99 | 0.99 | 0 | 0.62 | 240 | 0.98 | 0.19 |
| Hex | 1 | 1 | 61 | 63 | 63 | 0 | 3E | F0 | 62 | 13 |
| Octal | 1 | 1 | 141 | 143 | 143 | 0 | 76 | 360 | 142 | 23 |
| Binary | 1 | 1 | 1100001 | 1100011 | 1100011 | 0 | 111110 | 11110000 | 1100010 | 10011 |
Color Harmonies of #010161
Complementary color
Monochromatic Colors of #010161
Black with #010161
Text Example
Text Example
White with #010161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010161; }
p { color: rgb(1,1,97); }
H1.HeaderClassName
{
color: #010161;
}
.AnyTagClassName
{
color: #010161;
}
</style>
background-color css
<style>
a { background-color: #010161; }
a { background-color: rgb(1,1,97); }
div.DivClassName
{
background-color: #010161;
}
.BgClassName
{
background-color: #010161;
}
</style>
border-color css
<style>
span { border-color: #010161; }
span { border-color: rgb(1,1,97); }
td.TdClassName
{
border-color: #010161;
}
.TagClassName
{
border-color: #010161;
}
</style>