Shades of Navy #100175
Tints of Navy #100175
RGB
CMYK
RGB Variations
Color information
#100175 (or 0x100175) is known color: Navy. HEX triplet: 10, 01 and 75. RGB value is (16,1,117). Sum of RGB (Red+Green+Blue) = 16+1+117=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 117 (46.09% from 255 or 87.31% from 134); Max value from RGB is 117 - color contains mainly: blue. Hex color #100175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100175 is #EFFE8A. Grayscale: #121212. Windows color (decimal): -15728267 or 7667984. OLE color: 7667984.
HSL color Cylindrical-coordinate representation of color #100175: hue angle of 247.76º 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 #100175 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 1 | 117 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.54 |
| HSL | 247.76º | 0.98% | 0.23% | - |
| HSV(B) | 247.76º | 0.99% | 0.46% | - |
| XYZ | 3.44 | 1.42 | 16.92 | - |
| YUV | 18.71 | 183.47 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 117 | 0.86 | 0.99 | 0 | 0.54 | 247.76 | 0.98 | 0.23 |
| Hex | 10 | 1 | 75 | 56 | 63 | 0 | 36 | F8 | 62 | 17 |
| Octal | 20 | 1 | 165 | 126 | 143 | 0 | 66 | 370 | 142 | 27 |
| Binary | 10000 | 1 | 1110101 | 1010110 | 1100011 | 0 | 110110 | 11111000 | 1100010 | 10111 |
Color Harmonies of #100175
Complementary color
Monochromatic Colors of #100175
Black with #100175
Text Example
Text Example
White with #100175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100175; }
p { color: rgb(16,1,117); }
H1.HeaderClassName
{
color: #100175;
}
.AnyTagClassName
{
color: #100175;
}
</style>
background-color css
<style>
a { background-color: #100175; }
a { background-color: rgb(16,1,117); }
div.DivClassName
{
background-color: #100175;
}
.BgClassName
{
background-color: #100175;
}
</style>
border-color css
<style>
span { border-color: #100175; }
span { border-color: rgb(16,1,117); }
td.TdClassName
{
border-color: #100175;
}
.TagClassName
{
border-color: #100175;
}
</style>