Shades of Navy #010761
Tints of Navy #010761
RGB
CMYK
RGB Variations
Color information
#010761 (or 0x010761) is known color: Navy. HEX triplet: 01, 07 and 61. RGB value is (1,7,97). Sum of RGB (Red+Green+Blue) = 1+7+97=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 97 (38.28% from 255 or 92.38% from 105); Max value from RGB is 97 - color contains mainly: blue. Hex color #010761 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010761 is #FEF89E. Grayscale: #0F0F0F. Windows color (decimal): -16709791 or 6358785. OLE color: 6358785.
HSL color Cylindrical-coordinate representation of color #010761: hue angle of 236.25º 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 #010761 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 7 | 97 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.62 |
| HSL | 236.25º | 0.98% | 0.19% | - |
| HSV(B) | 236.25º | 0.99% | 0.38% | - |
| XYZ | 2.25 | 1.02 | 11.39 | - |
| YUV | 15.47 | 174.01 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 97 | 0.99 | 0.93 | 0 | 0.62 | 236.25 | 0.98 | 0.19 |
| Hex | 1 | 7 | 61 | 63 | 5D | 0 | 3E | EC | 62 | 13 |
| Octal | 1 | 7 | 141 | 143 | 135 | 0 | 76 | 354 | 142 | 23 |
| Binary | 1 | 111 | 1100001 | 1100011 | 1011101 | 0 | 111110 | 11101100 | 1100010 | 10011 |
Color Harmonies of #010761
Complementary color
Monochromatic Colors of #010761
Black with #010761
Text Example
Text Example
White with #010761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010761; }
p { color: rgb(1,7,97); }
H1.HeaderClassName
{
color: #010761;
}
.AnyTagClassName
{
color: #010761;
}
</style>
background-color css
<style>
a { background-color: #010761; }
a { background-color: rgb(1,7,97); }
div.DivClassName
{
background-color: #010761;
}
.BgClassName
{
background-color: #010761;
}
</style>
border-color css
<style>
span { border-color: #010761; }
span { border-color: rgb(1,7,97); }
td.TdClassName
{
border-color: #010761;
}
.TagClassName
{
border-color: #010761;
}
</style>