Shades of Navy #10006C
Tints of Navy #10006C
RGB
CMYK
RGB Variations
Color information
#10006C (or 0x10006C) is known color: Navy. HEX triplet: 10, 00 and 6C. RGB value is (16,0,108). Sum of RGB (Red+Green+Blue) = 16+0+108=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 108 (42.58% from 255 or 87.10% from 124); Max value from RGB is 108 - color contains mainly: blue. Hex color #10006C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10006C is #EFFF93. Grayscale: #101010. Windows color (decimal): -15728532 or 7077904. OLE color: 7077904.
HSL color Cylindrical-coordinate representation of color #10006C: hue angle of 248.89º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10006C is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 0 | 108 | - |
| CMYK | 0.85 | 1 | 0 | 0.58 |
| HSL | 248.89º | 1% | 0.21% | - |
| HSV(B) | 248.89º | 1% | 0.42% | - |
| XYZ | 2.92 | 1.19 | 14.26 | - |
| YUV | 17.1 | 179.3 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 108 | 0.85 | 1 | 0 | 0.58 | 248.89 | 1 | 0.21 |
| Hex | 10 | 0 | 6C | 55 | 64 | 0 | 3A | F9 | 64 | 15 |
| Octal | 20 | 0 | 154 | 125 | 144 | 0 | 72 | 371 | 144 | 25 |
| Binary | 10000 | 0 | 1101100 | 1010101 | 1100100 | 0 | 111010 | 11111001 | 1100100 | 10101 |
Color Harmonies of #10006C
Complementary color
Monochromatic Colors of #10006C
Black with #10006C
Text Example
Text Example
White with #10006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10006C; }
p { color: rgb(16,0,108); }
H1.HeaderClassName
{
color: #10006C;
}
.AnyTagClassName
{
color: #10006C;
}
</style>
background-color css
<style>
a { background-color: #10006C; }
a { background-color: rgb(16,0,108); }
div.DivClassName
{
background-color: #10006C;
}
.BgClassName
{
background-color: #10006C;
}
</style>
border-color css
<style>
span { border-color: #10006C; }
span { border-color: rgb(16,0,108); }
td.TdClassName
{
border-color: #10006C;
}
.TagClassName
{
border-color: #10006C;
}
</style>