Shades of Navy #100073
Tints of Navy #100073
RGB
CMYK
RGB Variations
Color information
#100073 (or 0x100073) is known color: Navy. HEX triplet: 10, 00 and 73. RGB value is (16,0,115). Sum of RGB (Red+Green+Blue) = 16+0+115=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 115 (45.31% from 255 or 87.79% from 131); Max value from RGB is 115 - color contains mainly: blue. Hex color #100073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100073 is #EFFF8C. Grayscale: #111111. Windows color (decimal): -15728525 or 7536656. OLE color: 7536656.
HSL color Cylindrical-coordinate representation of color #100073: hue angle of 248.35º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100073 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 0 | 115 | - |
| CMYK | 0.86 | 1 | 0 | 0.55 |
| HSL | 248.35º | 1% | 0.23% | - |
| HSV(B) | 248.35º | 1% | 0.45% | - |
| XYZ | 3.31 | 1.35 | 16.31 | - |
| YUV | 17.89 | 182.8 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 115 | 0.86 | 1 | 0 | 0.55 | 248.35 | 1 | 0.23 |
| Hex | 10 | 0 | 73 | 56 | 64 | 0 | 37 | F8 | 64 | 17 |
| Octal | 20 | 0 | 163 | 126 | 144 | 0 | 67 | 370 | 144 | 27 |
| Binary | 10000 | 0 | 1110011 | 1010110 | 1100100 | 0 | 110111 | 11111000 | 1100100 | 10111 |
Color Harmonies of #100073
Complementary color
Monochromatic Colors of #100073
Black with #100073
Text Example
Text Example
White with #100073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100073; }
p { color: rgb(16,0,115); }
H1.HeaderClassName
{
color: #100073;
}
.AnyTagClassName
{
color: #100073;
}
</style>
background-color css
<style>
a { background-color: #100073; }
a { background-color: rgb(16,0,115); }
div.DivClassName
{
background-color: #100073;
}
.BgClassName
{
background-color: #100073;
}
</style>
border-color css
<style>
span { border-color: #100073; }
span { border-color: rgb(16,0,115); }
td.TdClassName
{
border-color: #100073;
}
.TagClassName
{
border-color: #100073;
}
</style>