Shades of Navy #100677
Tints of Navy #100677
RGB
CMYK
RGB Variations
Color information
#100677 (or 0x100677) is known color: Navy. HEX triplet: 10, 06 and 77. RGB value is (16,6,119). Sum of RGB (Red+Green+Blue) = 16+6+119=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 119 (46.88% from 255 or 84.40% from 141); Max value from RGB is 119 - color contains mainly: blue. Hex color #100677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100677 is #EFF988. Grayscale: #151515. Windows color (decimal): -15726985 or 7800336. OLE color: 7800336.
HSL color Cylindrical-coordinate representation of color #100677: hue angle of 245.31º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100677 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 6 | 119 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.53 |
| HSL | 245.31º | 0.9% | 0.25% | - |
| HSV(B) | 245.31º | 0.95% | 0.47% | - |
| XYZ | 3.61 | 1.57 | 17.57 | - |
| YUV | 21.87 | 182.81 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 119 | 0.87 | 0.95 | 0 | 0.53 | 245.31 | 0.9 | 0.25 |
| Hex | 10 | 6 | 77 | 57 | 5F | 0 | 35 | F5 | 5A | 19 |
| Octal | 20 | 6 | 167 | 127 | 137 | 0 | 65 | 365 | 132 | 31 |
| Binary | 10000 | 110 | 1110111 | 1010111 | 1011111 | 0 | 110101 | 11110101 | 1011010 | 11001 |
Color Harmonies of #100677
Complementary color
Monochromatic Colors of #100677
Black with #100677
Text Example
Text Example
White with #100677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100677; }
p { color: rgb(16,6,119); }
H1.HeaderClassName
{
color: #100677;
}
.AnyTagClassName
{
color: #100677;
}
</style>
background-color css
<style>
a { background-color: #100677; }
a { background-color: rgb(16,6,119); }
div.DivClassName
{
background-color: #100677;
}
.BgClassName
{
background-color: #100677;
}
</style>
border-color css
<style>
span { border-color: #100677; }
span { border-color: rgb(16,6,119); }
td.TdClassName
{
border-color: #100677;
}
.TagClassName
{
border-color: #100677;
}
</style>