Shades of Navy #01017B
Tints of Navy #01017B
RGB
CMYK
RGB Variations
Color information
#01017B (or 0x01017B) is known color: Navy. HEX triplet: 01, 01 and 7B. RGB value is (1,1,123). Sum of RGB (Red+Green+Blue) = 1+1+123=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 123 (48.44% from 255 or 98.4% from 125); Max value from RGB is 123 - color contains mainly: blue. Hex color #01017B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01017B is #FEFE84. Grayscale: #0E0E0E. Windows color (decimal): -16711301 or 8061185. OLE color: 8061185.
HSL color Cylindrical-coordinate representation of color #01017B: hue angle of 240º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01017B is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 1 | 123 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.52 |
| HSL | 240º | 0.98% | 0.24% | - |
| HSV(B) | 240º | 0.99% | 0.48% | - |
| XYZ | 3.6 | 1.46 | 18.83 | - |
| YUV | 14.91 | 189 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 123 | 0.99 | 0.99 | 0 | 0.52 | 240 | 0.98 | 0.24 |
| Hex | 1 | 1 | 7B | 63 | 63 | 0 | 34 | F0 | 62 | 18 |
| Octal | 1 | 1 | 173 | 143 | 143 | 0 | 64 | 360 | 142 | 30 |
| Binary | 1 | 1 | 1111011 | 1100011 | 1100011 | 0 | 110100 | 11110000 | 1100010 | 11000 |
Color Harmonies of #01017B
Complementary color
Monochromatic Colors of #01017B
Black with #01017B
Text Example
Text Example
White with #01017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01017B; }
p { color: rgb(1,1,123); }
H1.HeaderClassName
{
color: #01017B;
}
.AnyTagClassName
{
color: #01017B;
}
</style>
background-color css
<style>
a { background-color: #01017B; }
a { background-color: rgb(1,1,123); }
div.DivClassName
{
background-color: #01017B;
}
.BgClassName
{
background-color: #01017B;
}
</style>
border-color css
<style>
span { border-color: #01017B; }
span { border-color: rgb(1,1,123); }
td.TdClassName
{
border-color: #01017B;
}
.TagClassName
{
border-color: #01017B;
}
</style>