Shades of Navy #100573
Tints of Navy #100573
RGB
CMYK
RGB Variations
Color information
#100573 (or 0x100573) is known color: Navy. HEX triplet: 10, 05 and 73. RGB value is (16,5,115). Sum of RGB (Red+Green+Blue) = 16+5+115=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 115 (45.31% from 255 or 84.56% from 136); Max value from RGB is 115 - color contains mainly: blue. Hex color #100573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100573 is #EFFA8C. Grayscale: #141414. Windows color (decimal): -15727245 or 7537936. OLE color: 7537936.
HSL color Cylindrical-coordinate representation of color #100573: hue angle of 246º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100573 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 5 | 115 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.55 |
| HSL | 246º | 0.92% | 0.24% | - |
| HSV(B) | 246º | 0.96% | 0.45% | - |
| XYZ | 3.36 | 1.46 | 16.32 | - |
| YUV | 20.83 | 181.14 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 115 | 0.86 | 0.96 | 0 | 0.55 | 246 | 0.92 | 0.24 |
| Hex | 10 | 5 | 73 | 56 | 60 | 0 | 37 | F6 | 5C | 18 |
| Octal | 20 | 5 | 163 | 126 | 140 | 0 | 67 | 366 | 134 | 30 |
| Binary | 10000 | 101 | 1110011 | 1010110 | 1100000 | 0 | 110111 | 11110110 | 1011100 | 11000 |
Color Harmonies of #100573
Complementary color
Monochromatic Colors of #100573
Black with #100573
Text Example
Text Example
White with #100573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100573; }
p { color: rgb(16,5,115); }
H1.HeaderClassName
{
color: #100573;
}
.AnyTagClassName
{
color: #100573;
}
</style>
background-color css
<style>
a { background-color: #100573; }
a { background-color: rgb(16,5,115); }
div.DivClassName
{
background-color: #100573;
}
.BgClassName
{
background-color: #100573;
}
</style>
border-color css
<style>
span { border-color: #100573; }
span { border-color: rgb(16,5,115); }
td.TdClassName
{
border-color: #100573;
}
.TagClassName
{
border-color: #100573;
}
</style>