Shades of Navy #01017D
Tints of Navy #01017D
RGB
CMYK
RGB Variations
Color information
#01017D (or 0x01017D) is known color: Navy. HEX triplet: 01, 01 and 7D. RGB value is (1,1,125). Sum of RGB (Red+Green+Blue) = 1+1+125=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 125 (49.22% from 255 or 98.43% from 127); Max value from RGB is 125 - color contains mainly: blue. Hex color #01017D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01017D is #FEFE82. Grayscale: #0E0E0E. Windows color (decimal): -16711299 or 8192257. OLE color: 8192257.
HSL color Cylindrical-coordinate representation of color #01017D: hue angle of 240º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01017D is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 1 | 125 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.51 |
| HSL | 240º | 0.98% | 0.25% | - |
| HSV(B) | 240º | 0.99% | 0.49% | - |
| XYZ | 3.73 | 1.51 | 19.5 | - |
| YUV | 15.14 | 190 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 125 | 0.99 | 0.99 | 0 | 0.51 | 240 | 0.98 | 0.25 |
| Hex | 1 | 1 | 7D | 63 | 63 | 0 | 33 | F0 | 62 | 19 |
| Octal | 1 | 1 | 175 | 143 | 143 | 0 | 63 | 360 | 142 | 31 |
| Binary | 1 | 1 | 1111101 | 1100011 | 1100011 | 0 | 110011 | 11110000 | 1100010 | 11001 |
Color Harmonies of #01017D
Complementary color
Monochromatic Colors of #01017D
Black with #01017D
Text Example
Text Example
White with #01017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01017D; }
p { color: rgb(1,1,125); }
H1.HeaderClassName
{
color: #01017D;
}
.AnyTagClassName
{
color: #01017D;
}
</style>
background-color css
<style>
a { background-color: #01017D; }
a { background-color: rgb(1,1,125); }
div.DivClassName
{
background-color: #01017D;
}
.BgClassName
{
background-color: #01017D;
}
</style>
border-color css
<style>
span { border-color: #01017D; }
span { border-color: rgb(1,1,125); }
td.TdClassName
{
border-color: #01017D;
}
.TagClassName
{
border-color: #01017D;
}
</style>