Shades of Navy #010155
Tints of Navy #010155
RGB
CMYK
RGB Variations
Color information
#010155 (or 0x010155) is known color: Navy. HEX triplet: 01, 01 and 55. RGB value is (1,1,85). Sum of RGB (Red+Green+Blue) = 1+1+85=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 85 (33.59% from 255 or 97.70% from 87); Max value from RGB is 85 - color contains mainly: blue. Hex color #010155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010155 is #FEFEAA. Grayscale: #0A0A0A. Windows color (decimal): -16711339 or 5570817. OLE color: 5570817.
HSL color Cylindrical-coordinate representation of color #010155: hue angle of 240º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010155 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 1 | 85 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.67 |
| HSL | 240º | 0.98% | 0.17% | - |
| HSV(B) | 240º | 0.99% | 0.33% | - |
| XYZ | 1.66 | 0.68 | 8.64 | - |
| YUV | 10.58 | 170 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 85 | 0.99 | 0.99 | 0 | 0.67 | 240 | 0.98 | 0.17 |
| Hex | 1 | 1 | 55 | 63 | 63 | 0 | 43 | F0 | 62 | 11 |
| Octal | 1 | 1 | 125 | 143 | 143 | 0 | 103 | 360 | 142 | 21 |
| Binary | 1 | 1 | 1010101 | 1100011 | 1100011 | 0 | 1000011 | 11110000 | 1100010 | 10001 |
Color Harmonies of #010155
Complementary color
Monochromatic Colors of #010155
Black with #010155
Text Example
Text Example
White with #010155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010155; }
p { color: rgb(1,1,85); }
H1.HeaderClassName
{
color: #010155;
}
.AnyTagClassName
{
color: #010155;
}
</style>
background-color css
<style>
a { background-color: #010155; }
a { background-color: rgb(1,1,85); }
div.DivClassName
{
background-color: #010155;
}
.BgClassName
{
background-color: #010155;
}
</style>
border-color css
<style>
span { border-color: #010155; }
span { border-color: rgb(1,1,85); }
td.TdClassName
{
border-color: #010155;
}
.TagClassName
{
border-color: #010155;
}
</style>