Shades of Navy #011375
Tints of Navy #011375
RGB
CMYK
RGB Variations
Color information
#011375 (or 0x011375) is known color: Navy. HEX triplet: 01, 13 and 75. RGB value is (1,19,117). Sum of RGB (Red+Green+Blue) = 1+19+117=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 117 (46.09% from 255 or 85.40% from 137); Max value from RGB is 117 - color contains mainly: blue. Hex color #011375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011375 is #FEEC8A. Grayscale: #181818. Windows color (decimal): -16706699 or 7672577. OLE color: 7672577.
HSL color Cylindrical-coordinate representation of color #011375: hue angle of 230.69º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011375 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 19 | 117 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.54 |
| HSL | 230.69º | 0.98% | 0.23% | - |
| HSV(B) | 230.69º | 0.99% | 0.46% | - |
| XYZ | 3.46 | 1.76 | 16.99 | - |
| YUV | 24.79 | 180.04 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 117 | 0.99 | 0.84 | 0 | 0.54 | 230.69 | 0.98 | 0.23 |
| Hex | 1 | 13 | 75 | 63 | 54 | 0 | 36 | E7 | 62 | 17 |
| Octal | 1 | 23 | 165 | 143 | 124 | 0 | 66 | 347 | 142 | 27 |
| Binary | 1 | 10011 | 1110101 | 1100011 | 1010100 | 0 | 110110 | 11100111 | 1100010 | 10111 |
Color Harmonies of #011375
Complementary color
Monochromatic Colors of #011375
Black with #011375
Text Example
Text Example
White with #011375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011375; }
p { color: rgb(1,19,117); }
H1.HeaderClassName
{
color: #011375;
}
.AnyTagClassName
{
color: #011375;
}
</style>
background-color css
<style>
a { background-color: #011375; }
a { background-color: rgb(1,19,117); }
div.DivClassName
{
background-color: #011375;
}
.BgClassName
{
background-color: #011375;
}
</style>
border-color css
<style>
span { border-color: #011375; }
span { border-color: rgb(1,19,117); }
td.TdClassName
{
border-color: #011375;
}
.TagClassName
{
border-color: #011375;
}
</style>