Shades of Navy #100274
Tints of Navy #100274
RGB
CMYK
RGB Variations
Color information
#100274 (or 0x100274) is known color: Navy. HEX triplet: 10, 02 and 74. RGB value is (16,2,116). Sum of RGB (Red+Green+Blue) = 16+2+116=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 116 (45.70% from 255 or 86.57% from 134); Max value from RGB is 116 - color contains mainly: blue. Hex color #100274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100274 is #EFFD8B. Grayscale: #121212. Windows color (decimal): -15728012 or 7602704. OLE color: 7602704.
HSL color Cylindrical-coordinate representation of color #100274: hue angle of 247.37º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #100274 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 2 | 116 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.55 |
| HSL | 247.37º | 0.97% | 0.23% | - |
| HSV(B) | 247.37º | 0.98% | 0.45% | - |
| XYZ | 3.39 | 1.41 | 16.62 | - |
| YUV | 19.18 | 182.64 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 116 | 0.86 | 0.98 | 0 | 0.55 | 247.37 | 0.97 | 0.23 |
| Hex | 10 | 2 | 74 | 56 | 62 | 0 | 37 | F7 | 61 | 17 |
| Octal | 20 | 2 | 164 | 126 | 142 | 0 | 67 | 367 | 141 | 27 |
| Binary | 10000 | 10 | 1110100 | 1010110 | 1100010 | 0 | 110111 | 11110111 | 1100001 | 10111 |
Color Harmonies of #100274
Complementary color
Monochromatic Colors of #100274
Black with #100274
Text Example
Text Example
White with #100274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100274; }
p { color: rgb(16,2,116); }
H1.HeaderClassName
{
color: #100274;
}
.AnyTagClassName
{
color: #100274;
}
</style>
background-color css
<style>
a { background-color: #100274; }
a { background-color: rgb(16,2,116); }
div.DivClassName
{
background-color: #100274;
}
.BgClassName
{
background-color: #100274;
}
</style>
border-color css
<style>
span { border-color: #100274; }
span { border-color: rgb(16,2,116); }
td.TdClassName
{
border-color: #100274;
}
.TagClassName
{
border-color: #100274;
}
</style>