Shades of Navy #011785
Tints of Navy #011785
RGB
CMYK
RGB Variations
Color information
#011785 (or 0x011785) is known color: Navy. HEX triplet: 01, 17 and 85. RGB value is (1,23,133). Sum of RGB (Red+Green+Blue) = 1+23+133=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 133 (52.34% from 255 or 84.71% from 157); Max value from RGB is 133 - color contains mainly: blue. Hex color #011785 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011785 is #FEE87A. Grayscale: #1C1C1C. Windows color (decimal): -16705659 or 8722177. OLE color: 8722177.
HSL color Cylindrical-coordinate representation of color #011785: hue angle of 230º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011785 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 23 | 133 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.48 |
| HSL | 230º | 0.99% | 0.26% | - |
| HSV(B) | 230º | 0.99% | 0.52% | - |
| XYZ | 4.55 | 2.31 | 22.4 | - |
| YUV | 28.96 | 186.71 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 133 | 0.99 | 0.83 | 0 | 0.48 | 230 | 0.99 | 0.26 |
| Hex | 1 | 17 | 85 | 63 | 53 | 0 | 30 | E6 | 63 | 1A |
| Octal | 1 | 27 | 205 | 143 | 123 | 0 | 60 | 346 | 143 | 32 |
| Binary | 1 | 10111 | 10000101 | 1100011 | 1010011 | 0 | 110000 | 11100110 | 1100011 | 11010 |
Color Harmonies of #011785
Complementary color
Monochromatic Colors of #011785
Black with #011785
Text Example
Text Example
White with #011785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011785; }
p { color: rgb(1,23,133); }
H1.HeaderClassName
{
color: #011785;
}
.AnyTagClassName
{
color: #011785;
}
</style>
background-color css
<style>
a { background-color: #011785; }
a { background-color: rgb(1,23,133); }
div.DivClassName
{
background-color: #011785;
}
.BgClassName
{
background-color: #011785;
}
</style>
border-color css
<style>
span { border-color: #011785; }
span { border-color: rgb(1,23,133); }
td.TdClassName
{
border-color: #011785;
}
.TagClassName
{
border-color: #011785;
}
</style>