Shades of Navy #100278
Tints of Navy #100278
RGB
CMYK
RGB Variations
Color information
#100278 (or 0x100278) is known color: Navy. HEX triplet: 10, 02 and 78. RGB value is (16,2,120). Sum of RGB (Red+Green+Blue) = 16+2+120=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 120 (47.27% from 255 or 86.96% from 138); Max value from RGB is 120 - color contains mainly: blue. Hex color #100278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100278 is #EFFD87. Grayscale: #131313. Windows color (decimal): -15728008 or 7864848. OLE color: 7864848.
HSL color Cylindrical-coordinate representation of color #100278: hue angle of 247.12º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #100278 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 2 | 120 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.53 |
| HSL | 247.12º | 0.97% | 0.24% | - |
| HSV(B) | 247.12º | 0.98% | 0.47% | - |
| XYZ | 3.63 | 1.51 | 17.87 | - |
| YUV | 19.64 | 184.64 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 120 | 0.87 | 0.98 | 0 | 0.53 | 247.12 | 0.97 | 0.24 |
| Hex | 10 | 2 | 78 | 57 | 62 | 0 | 35 | F7 | 61 | 18 |
| Octal | 20 | 2 | 170 | 127 | 142 | 0 | 65 | 367 | 141 | 30 |
| Binary | 10000 | 10 | 1111000 | 1010111 | 1100010 | 0 | 110101 | 11110111 | 1100001 | 11000 |
Color Harmonies of #100278
Complementary color
Monochromatic Colors of #100278
Black with #100278
Text Example
Text Example
White with #100278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100278; }
p { color: rgb(16,2,120); }
H1.HeaderClassName
{
color: #100278;
}
.AnyTagClassName
{
color: #100278;
}
</style>
background-color css
<style>
a { background-color: #100278; }
a { background-color: rgb(16,2,120); }
div.DivClassName
{
background-color: #100278;
}
.BgClassName
{
background-color: #100278;
}
</style>
border-color css
<style>
span { border-color: #100278; }
span { border-color: rgb(16,2,120); }
td.TdClassName
{
border-color: #100278;
}
.TagClassName
{
border-color: #100278;
}
</style>