Shades of Navy #01005D
Tints of Navy #01005D
RGB
CMYK
RGB Variations
Color information
#01005D (or 0x01005D) is known color: Navy. HEX triplet: 01, 00 and 5D. RGB value is (1,0,93). Sum of RGB (Red+Green+Blue) = 1+0+93=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 93 (36.72% from 255 or 98.94% from 94); Max value from RGB is 93 - color contains mainly: blue. Hex color #01005D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01005D is #FEFFA2. Grayscale: #0A0A0A. Windows color (decimal): -16711587 or 6094849. OLE color: 6094849.
HSL color Cylindrical-coordinate representation of color #01005D: hue angle of 240.65º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01005D is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 0 | 93 | - |
| CMYK | 0.99 | 1 | 0 | 0.64 |
| HSL | 240.65º | 1% | 0.18% | - |
| HSV(B) | 240.65º | 1% | 0.36% | - |
| XYZ | 1.99 | 0.8 | 10.4 | - |
| YUV | 10.9 | 174.33 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 93 | 0.99 | 1 | 0 | 0.64 | 240.65 | 1 | 0.18 |
| Hex | 1 | 0 | 5D | 63 | 64 | 0 | 40 | F1 | 64 | 12 |
| Octal | 1 | 0 | 135 | 143 | 144 | 0 | 100 | 361 | 144 | 22 |
| Binary | 1 | 0 | 1011101 | 1100011 | 1100100 | 0 | 1000000 | 11110001 | 1100100 | 10010 |
Color Harmonies of #01005D
Complementary color
Monochromatic Colors of #01005D
Black with #01005D
Text Example
Text Example
White with #01005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01005D; }
p { color: rgb(1,0,93); }
H1.HeaderClassName
{
color: #01005D;
}
.AnyTagClassName
{
color: #01005D;
}
</style>
background-color css
<style>
a { background-color: #01005D; }
a { background-color: rgb(1,0,93); }
div.DivClassName
{
background-color: #01005D;
}
.BgClassName
{
background-color: #01005D;
}
</style>
border-color css
<style>
span { border-color: #01005D; }
span { border-color: rgb(1,0,93); }
td.TdClassName
{
border-color: #01005D;
}
.TagClassName
{
border-color: #01005D;
}
</style>