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