Shades of Navy #100370
Tints of Navy #100370
RGB
CMYK
RGB Variations
Color information
#100370 (or 0x100370) is known color: Navy. HEX triplet: 10, 03 and 70. RGB value is (16,3,112). Sum of RGB (Red+Green+Blue) = 16+3+112=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 112 (44.14% from 255 or 85.50% from 131); Max value from RGB is 112 - color contains mainly: blue. Hex color #100370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100370 is #EFFC8F. Grayscale: #121212. Windows color (decimal): -15727760 or 7340816. OLE color: 7340816.
HSL color Cylindrical-coordinate representation of color #100370: hue angle of 247.16º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #100370 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 3 | 112 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.56 |
| HSL | 247.16º | 0.95% | 0.23% | - |
| HSV(B) | 247.16º | 0.97% | 0.44% | - |
| XYZ | 3.17 | 1.35 | 15.42 | - |
| YUV | 19.31 | 180.31 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 112 | 0.86 | 0.97 | 0 | 0.56 | 247.16 | 0.95 | 0.23 |
| Hex | 10 | 3 | 70 | 56 | 61 | 0 | 38 | F7 | 5F | 17 |
| Octal | 20 | 3 | 160 | 126 | 141 | 0 | 70 | 367 | 137 | 27 |
| Binary | 10000 | 11 | 1110000 | 1010110 | 1100001 | 0 | 111000 | 11110111 | 1011111 | 10111 |
Color Harmonies of #100370
Complementary color
Monochromatic Colors of #100370
Black with #100370
Text Example
Text Example
White with #100370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100370; }
p { color: rgb(16,3,112); }
H1.HeaderClassName
{
color: #100370;
}
.AnyTagClassName
{
color: #100370;
}
</style>
background-color css
<style>
a { background-color: #100370; }
a { background-color: rgb(16,3,112); }
div.DivClassName
{
background-color: #100370;
}
.BgClassName
{
background-color: #100370;
}
</style>
border-color css
<style>
span { border-color: #100370; }
span { border-color: rgb(16,3,112); }
td.TdClassName
{
border-color: #100370;
}
.TagClassName
{
border-color: #100370;
}
</style>