Shades of Navy #01007C
Tints of Navy #01007C
RGB
CMYK
RGB Variations
Color information
#01007C (or 0x01007C) is known color: Navy. HEX triplet: 01, 00 and 7C. RGB value is (1,0,124). Sum of RGB (Red+Green+Blue) = 1+0+124=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 124 (48.83% from 255 or 99.2% from 125); Max value from RGB is 124 - color contains mainly: blue. Hex color #01007C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01007C is #FEFF83. Grayscale: #0D0D0D. Windows color (decimal): -16711556 or 8126465. OLE color: 8126465.
HSL color Cylindrical-coordinate representation of color #01007C: hue angle of 240.48º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01007C is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 0 | 124 | - |
| CMYK | 0.99 | 1 | 0 | 0.51 |
| HSL | 240.48º | 1% | 0.24% | - |
| HSV(B) | 240.48º | 1% | 0.49% | - |
| XYZ | 3.65 | 1.46 | 19.16 | - |
| YUV | 14.44 | 189.83 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 124 | 0.99 | 1 | 0 | 0.51 | 240.48 | 1 | 0.24 |
| Hex | 1 | 0 | 7C | 63 | 64 | 0 | 33 | F0 | 64 | 18 |
| Octal | 1 | 0 | 174 | 143 | 144 | 0 | 63 | 360 | 144 | 30 |
| Binary | 1 | 0 | 1111100 | 1100011 | 1100100 | 0 | 110011 | 11110000 | 1100100 | 11000 |
Color Harmonies of #01007C
Complementary color
Monochromatic Colors of #01007C
Black with #01007C
Text Example
Text Example
White with #01007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01007C; }
p { color: rgb(1,0,124); }
H1.HeaderClassName
{
color: #01007C;
}
.AnyTagClassName
{
color: #01007C;
}
</style>
background-color css
<style>
a { background-color: #01007C; }
a { background-color: rgb(1,0,124); }
div.DivClassName
{
background-color: #01007C;
}
.BgClassName
{
background-color: #01007C;
}
</style>
border-color css
<style>
span { border-color: #01007C; }
span { border-color: rgb(1,0,124); }
td.TdClassName
{
border-color: #01007C;
}
.TagClassName
{
border-color: #01007C;
}
</style>