Shades of Navy #01015F
Tints of Navy #01015F
RGB
CMYK
RGB Variations
Color information
#01015F (or 0x01015F) is known color: Navy. HEX triplet: 01, 01 and 5F. RGB value is (1,1,95). Sum of RGB (Red+Green+Blue) = 1+1+95=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 95 (37.5% from 255 or 97.94% from 97); Max value from RGB is 95 - color contains mainly: blue. Hex color #01015F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01015F is #FEFEA0. Grayscale: #0B0B0B. Windows color (decimal): -16711329 or 6226177. OLE color: 6226177.
HSL color Cylindrical-coordinate representation of color #01015F: hue angle of 240º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01015F is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 1 | 95 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.63 |
| HSL | 240º | 0.98% | 0.19% | - |
| HSV(B) | 240º | 0.99% | 0.37% | - |
| XYZ | 2.09 | 0.85 | 10.88 | - |
| YUV | 11.72 | 175 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 95 | 0.99 | 0.99 | 0 | 0.63 | 240 | 0.98 | 0.19 |
| Hex | 1 | 1 | 5F | 63 | 63 | 0 | 3F | F0 | 62 | 13 |
| Octal | 1 | 1 | 137 | 143 | 143 | 0 | 77 | 360 | 142 | 23 |
| Binary | 1 | 1 | 1011111 | 1100011 | 1100011 | 0 | 111111 | 11110000 | 1100010 | 10011 |
Color Harmonies of #01015F
Complementary color
Monochromatic Colors of #01015F
Black with #01015F
Text Example
Text Example
White with #01015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01015F; }
p { color: rgb(1,1,95); }
H1.HeaderClassName
{
color: #01015F;
}
.AnyTagClassName
{
color: #01015F;
}
</style>
background-color css
<style>
a { background-color: #01015F; }
a { background-color: rgb(1,1,95); }
div.DivClassName
{
background-color: #01015F;
}
.BgClassName
{
background-color: #01015F;
}
</style>
border-color css
<style>
span { border-color: #01015F; }
span { border-color: rgb(1,1,95); }
td.TdClassName
{
border-color: #01015F;
}
.TagClassName
{
border-color: #01015F;
}
</style>