Shades of Navy #100072
Tints of Navy #100072
RGB
CMYK
RGB Variations
Color information
#100072 (or 0x100072) is known color: Navy. HEX triplet: 10, 00 and 72. RGB value is (16,0,114). Sum of RGB (Red+Green+Blue) = 16+0+114=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 114 (44.92% from 255 or 87.69% from 130); Max value from RGB is 114 - color contains mainly: blue. Hex color #100072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100072 is #EFFF8D. Grayscale: #111111. Windows color (decimal): -15728526 or 7471120. OLE color: 7471120.
HSL color Cylindrical-coordinate representation of color #100072: hue angle of 248.42º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100072 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 0 | 114 | - |
| CMYK | 0.86 | 1 | 0 | 0.55 |
| HSL | 248.42º | 1% | 0.22% | - |
| HSV(B) | 248.42º | 1% | 0.45% | - |
| XYZ | 3.25 | 1.33 | 16 | - |
| YUV | 17.78 | 182.3 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 114 | 0.86 | 1 | 0 | 0.55 | 248.42 | 1 | 0.22 |
| Hex | 10 | 0 | 72 | 56 | 64 | 0 | 37 | F8 | 64 | 16 |
| Octal | 20 | 0 | 162 | 126 | 144 | 0 | 67 | 370 | 144 | 26 |
| Binary | 10000 | 0 | 1110010 | 1010110 | 1100100 | 0 | 110111 | 11111000 | 1100100 | 10110 |
Color Harmonies of #100072
Complementary color
Monochromatic Colors of #100072
Black with #100072
Text Example
Text Example
White with #100072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100072; }
p { color: rgb(16,0,114); }
H1.HeaderClassName
{
color: #100072;
}
.AnyTagClassName
{
color: #100072;
}
</style>
background-color css
<style>
a { background-color: #100072; }
a { background-color: rgb(16,0,114); }
div.DivClassName
{
background-color: #100072;
}
.BgClassName
{
background-color: #100072;
}
</style>
border-color css
<style>
span { border-color: #100072; }
span { border-color: rgb(16,0,114); }
td.TdClassName
{
border-color: #100072;
}
.TagClassName
{
border-color: #100072;
}
</style>