Shades of Navy #010661
Tints of Navy #010661
RGB
CMYK
RGB Variations
Color information
#010661 (or 0x010661) is known color: Navy. HEX triplet: 01, 06 and 61. RGB value is (1,6,97). Sum of RGB (Red+Green+Blue) = 1+6+97=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 97 (38.28% from 255 or 93.27% from 104); Max value from RGB is 97 - color contains mainly: blue. Hex color #010661 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010661 is #FEF99E. Grayscale: #0E0E0E. Windows color (decimal): -16710047 or 6358529. OLE color: 6358529.
HSL color Cylindrical-coordinate representation of color #010661: hue angle of 236.88º 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 #010661 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 6 | 97 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.62 |
| HSL | 236.88º | 0.98% | 0.19% | - |
| HSV(B) | 236.88º | 0.99% | 0.38% | - |
| XYZ | 2.24 | 1 | 11.38 | - |
| YUV | 14.88 | 174.34 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 97 | 0.99 | 0.94 | 0 | 0.62 | 236.88 | 0.98 | 0.19 |
| Hex | 1 | 6 | 61 | 63 | 5E | 0 | 3E | ED | 62 | 13 |
| Octal | 1 | 6 | 141 | 143 | 136 | 0 | 76 | 355 | 142 | 23 |
| Binary | 1 | 110 | 1100001 | 1100011 | 1011110 | 0 | 111110 | 11101101 | 1100010 | 10011 |
Color Harmonies of #010661
Complementary color
Monochromatic Colors of #010661
Black with #010661
Text Example
Text Example
White with #010661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010661; }
p { color: rgb(1,6,97); }
H1.HeaderClassName
{
color: #010661;
}
.AnyTagClassName
{
color: #010661;
}
</style>
background-color css
<style>
a { background-color: #010661; }
a { background-color: rgb(1,6,97); }
div.DivClassName
{
background-color: #010661;
}
.BgClassName
{
background-color: #010661;
}
</style>
border-color css
<style>
span { border-color: #010661; }
span { border-color: rgb(1,6,97); }
td.TdClassName
{
border-color: #010661;
}
.TagClassName
{
border-color: #010661;
}
</style>