Shades of Navy #01157D
Tints of Navy #01157D
RGB
CMYK
RGB Variations
Color information
#01157D (or 0x01157D) is known color: Navy. HEX triplet: 01, 15 and 7D. RGB value is (1,21,125). Sum of RGB (Red+Green+Blue) = 1+21+125=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 125 (49.22% from 255 or 85.03% from 147); Max value from RGB is 125 - color contains mainly: blue. Hex color #01157D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01157D is #FEEA82. Grayscale: #1A1A1A. Windows color (decimal): -16706179 or 8197377. OLE color: 8197377.
HSL color Cylindrical-coordinate representation of color #01157D: hue angle of 230.32º 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 #01157D is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 21 | 125 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.51 |
| HSL | 230.32º | 0.98% | 0.25% | - |
| HSV(B) | 230.32º | 0.99% | 0.49% | - |
| XYZ | 3.98 | 2.02 | 19.58 | - |
| YUV | 26.88 | 183.37 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 125 | 0.99 | 0.83 | 0 | 0.51 | 230.32 | 0.98 | 0.25 |
| Hex | 1 | 15 | 7D | 63 | 53 | 0 | 33 | E6 | 62 | 19 |
| Octal | 1 | 25 | 175 | 143 | 123 | 0 | 63 | 346 | 142 | 31 |
| Binary | 1 | 10101 | 1111101 | 1100011 | 1010011 | 0 | 110011 | 11100110 | 1100010 | 11001 |
Color Harmonies of #01157D
Complementary color
Monochromatic Colors of #01157D
Black with #01157D
Text Example
Text Example
White with #01157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01157D; }
p { color: rgb(1,21,125); }
H1.HeaderClassName
{
color: #01157D;
}
.AnyTagClassName
{
color: #01157D;
}
</style>
background-color css
<style>
a { background-color: #01157D; }
a { background-color: rgb(1,21,125); }
div.DivClassName
{
background-color: #01157D;
}
.BgClassName
{
background-color: #01157D;
}
</style>
border-color css
<style>
span { border-color: #01157D; }
span { border-color: rgb(1,21,125); }
td.TdClassName
{
border-color: #01157D;
}
.TagClassName
{
border-color: #01157D;
}
</style>