Shades of Tolopea #16093F
Tints of Tolopea #16093F
RGB
CMYK
RGB Variations
Color information
#16093F (or 0x16093F) is known color: Tolopea. HEX triplet: 16, 09 and 3F. RGB value is (22,9,63). Sum of RGB (Red+Green+Blue) = 22+9+63=94 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.40% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 63 (25% from 255 or 67.02% from 94); Max value from RGB is 63 - color contains mainly: blue. Hex color #16093F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16093F is #E9F6C0. Grayscale: #121212. Windows color (decimal): -15333057 or 4131094. OLE color: 4131094.
HSL color Cylindrical-coordinate representation of color #16093F: hue angle of 254.44º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16093F is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 9 | 63 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.75 |
| HSL | 254.44º | 0.75% | 0.14% | - |
| HSV(B) | 254.44º | 0.86% | 0.25% | - |
| XYZ | 1.33 | 0.72 | 4.77 | - |
| YUV | 19.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 63 | 0.65 | 0.86 | 0 | 0.75 | 254.44 | 0.75 | 0.14 |
| Hex | 16 | 9 | 3F | 41 | 56 | 0 | 4B | FE | 4B | E |
| Octal | 26 | 11 | 77 | 101 | 126 | 0 | 113 | 376 | 113 | 16 |
| Binary | 10110 | 1001 | 111111 | 1000001 | 1010110 | 0 | 1001011 | 11111110 | 1001011 | 1110 |
Color Harmonies of #16093F
Complementary color
Monochromatic Colors of #16093F
Black with #16093F
Text Example
Text Example
White with #16093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16093F; }
p { color: rgb(22,9,63); }
H1.HeaderClassName
{
color: #16093F;
}
.AnyTagClassName
{
color: #16093F;
}
</style>
background-color css
<style>
a { background-color: #16093F; }
a { background-color: rgb(22,9,63); }
div.DivClassName
{
background-color: #16093F;
}
.BgClassName
{
background-color: #16093F;
}
</style>
border-color css
<style>
span { border-color: #16093F; }
span { border-color: rgb(22,9,63); }
td.TdClassName
{
border-color: #16093F;
}
.TagClassName
{
border-color: #16093F;
}
</style>