Shades of Navy #01137C
Tints of Navy #01137C
RGB
CMYK
RGB Variations
Color information
#01137C (or 0x01137C) is known color: Navy. HEX triplet: 01, 13 and 7C. RGB value is (1,19,124). Sum of RGB (Red+Green+Blue) = 1+19+124=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 124 (48.83% from 255 or 86.11% from 144); Max value from RGB is 124 - color contains mainly: blue. Hex color #01137C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01137C is #FEEC83. Grayscale: #191919. Windows color (decimal): -16706692 or 8131329. OLE color: 8131329.
HSL color Cylindrical-coordinate representation of color #01137C: hue angle of 231.22º 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 #01137C is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 19 | 124 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.51 |
| HSL | 231.22º | 0.98% | 0.25% | - |
| HSV(B) | 231.22º | 0.99% | 0.49% | - |
| XYZ | 3.88 | 1.93 | 19.24 | - |
| YUV | 25.59 | 183.54 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 124 | 0.99 | 0.85 | 0 | 0.51 | 231.22 | 0.98 | 0.25 |
| Hex | 1 | 13 | 7C | 63 | 55 | 0 | 33 | E7 | 62 | 19 |
| Octal | 1 | 23 | 174 | 143 | 125 | 0 | 63 | 347 | 142 | 31 |
| Binary | 1 | 10011 | 1111100 | 1100011 | 1010101 | 0 | 110011 | 11100111 | 1100010 | 11001 |
Color Harmonies of #01137C
Complementary color
Monochromatic Colors of #01137C
Black with #01137C
Text Example
Text Example
White with #01137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01137C; }
p { color: rgb(1,19,124); }
H1.HeaderClassName
{
color: #01137C;
}
.AnyTagClassName
{
color: #01137C;
}
</style>
background-color css
<style>
a { background-color: #01137C; }
a { background-color: rgb(1,19,124); }
div.DivClassName
{
background-color: #01137C;
}
.BgClassName
{
background-color: #01137C;
}
</style>
border-color css
<style>
span { border-color: #01137C; }
span { border-color: rgb(1,19,124); }
td.TdClassName
{
border-color: #01137C;
}
.TagClassName
{
border-color: #01137C;
}
</style>