Shades of Navy #01005C
Tints of Navy #01005C
RGB
CMYK
RGB Variations
Color information
#01005C (or 0x01005C) is known color: Navy. HEX triplet: 01, 00 and 5C. RGB value is (1,0,92). Sum of RGB (Red+Green+Blue) = 1+0+92=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 92 (36.33% from 255 or 98.92% from 93); Max value from RGB is 92 - color contains mainly: blue. Hex color #01005C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01005C is #FEFFA3. Grayscale: #0A0A0A. Windows color (decimal): -16711588 or 6029313. OLE color: 6029313.
HSL color Cylindrical-coordinate representation of color #01005C: 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 #01005C is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 0 | 92 | - |
| CMYK | 0.99 | 1 | 0 | 0.64 |
| HSL | 240.65º | 1% | 0.18% | - |
| HSV(B) | 240.65º | 1% | 0.36% | - |
| XYZ | 1.94 | 0.78 | 10.17 | - |
| YUV | 10.79 | 173.83 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 92 | 0.99 | 1 | 0 | 0.64 | 240.65 | 1 | 0.18 |
| Hex | 1 | 0 | 5C | 63 | 64 | 0 | 40 | F1 | 64 | 12 |
| Octal | 1 | 0 | 134 | 143 | 144 | 0 | 100 | 361 | 144 | 22 |
| Binary | 1 | 0 | 1011100 | 1100011 | 1100100 | 0 | 1000000 | 11110001 | 1100100 | 10010 |
Color Harmonies of #01005C
Complementary color
Monochromatic Colors of #01005C
Black with #01005C
Text Example
Text Example
White with #01005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01005C; }
p { color: rgb(1,0,92); }
H1.HeaderClassName
{
color: #01005C;
}
.AnyTagClassName
{
color: #01005C;
}
</style>
background-color css
<style>
a { background-color: #01005C; }
a { background-color: rgb(1,0,92); }
div.DivClassName
{
background-color: #01005C;
}
.BgClassName
{
background-color: #01005C;
}
</style>
border-color css
<style>
span { border-color: #01005C; }
span { border-color: rgb(1,0,92); }
td.TdClassName
{
border-color: #01005C;
}
.TagClassName
{
border-color: #01005C;
}
</style>