Shades of Navy #100074
Tints of Navy #100074
RGB
CMYK
RGB Variations
Color information
#100074 (or 0x100074) is known color: Navy. HEX triplet: 10, 00 and 74. RGB value is (16,0,116). Sum of RGB (Red+Green+Blue) = 16+0+116=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 116 (45.70% from 255 or 87.88% from 132); Max value from RGB is 116 - color contains mainly: blue. Hex color #100074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100074 is #EFFF8B. Grayscale: #111111. Windows color (decimal): -15728524 or 7602192. OLE color: 7602192.
HSL color Cylindrical-coordinate representation of color #100074: hue angle of 248.28º 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 #100074 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 0 | 116 | - |
| CMYK | 0.86 | 1 | 0 | 0.55 |
| HSL | 248.28º | 1% | 0.23% | - |
| HSV(B) | 248.28º | 1% | 0.45% | - |
| XYZ | 3.37 | 1.37 | 16.61 | - |
| YUV | 18.01 | 183.3 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 116 | 0.86 | 1 | 0 | 0.55 | 248.28 | 1 | 0.23 |
| Hex | 10 | 0 | 74 | 56 | 64 | 0 | 37 | F8 | 64 | 17 |
| Octal | 20 | 0 | 164 | 126 | 144 | 0 | 67 | 370 | 144 | 27 |
| Binary | 10000 | 0 | 1110100 | 1010110 | 1100100 | 0 | 110111 | 11111000 | 1100100 | 10111 |
Color Harmonies of #100074
Complementary color
Monochromatic Colors of #100074
Black with #100074
Text Example
Text Example
White with #100074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100074; }
p { color: rgb(16,0,116); }
H1.HeaderClassName
{
color: #100074;
}
.AnyTagClassName
{
color: #100074;
}
</style>
background-color css
<style>
a { background-color: #100074; }
a { background-color: rgb(16,0,116); }
div.DivClassName
{
background-color: #100074;
}
.BgClassName
{
background-color: #100074;
}
</style>
border-color css
<style>
span { border-color: #100074; }
span { border-color: rgb(16,0,116); }
td.TdClassName
{
border-color: #100074;
}
.TagClassName
{
border-color: #100074;
}
</style>