Shades of Tolopea #11083F
Tints of Tolopea #11083F
RGB
CMYK
RGB Variations
Color information
#11083F (or 0x11083F) is known color: Tolopea. HEX triplet: 11, 08 and 3F. RGB value is (17,8,63). Sum of RGB (Red+Green+Blue) = 17+8+63=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 63 (25% from 255 or 71.59% from 88); Max value from RGB is 63 - color contains mainly: blue. Hex color #11083F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11083F is #EEF7C0. Grayscale: #101010. Windows color (decimal): -15660993 or 4130833. OLE color: 4130833.
HSL color Cylindrical-coordinate representation of color #11083F: hue angle of 249.82º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11083F is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 8 | 63 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.75 |
| HSL | 249.82º | 0.77% | 0.14% | - |
| HSV(B) | 249.82º | 0.87% | 0.25% | - |
| XYZ | 1.22 | 0.65 | 4.76 | - |
| YUV | 16.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 63 | 0.73 | 0.87 | 0 | 0.75 | 249.82 | 0.77 | 0.14 |
| Hex | 11 | 8 | 3F | 49 | 57 | 0 | 4B | FA | 4D | E |
| Octal | 21 | 10 | 77 | 111 | 127 | 0 | 113 | 372 | 115 | 16 |
| Binary | 10001 | 1000 | 111111 | 1001001 | 1010111 | 0 | 1001011 | 11111010 | 1001101 | 1110 |
Color Harmonies of #11083F
Complementary color
Monochromatic Colors of #11083F
Black with #11083F
Text Example
Text Example
White with #11083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11083F; }
p { color: rgb(17,8,63); }
H1.HeaderClassName
{
color: #11083F;
}
.AnyTagClassName
{
color: #11083F;
}
</style>
background-color css
<style>
a { background-color: #11083F; }
a { background-color: rgb(17,8,63); }
div.DivClassName
{
background-color: #11083F;
}
.BgClassName
{
background-color: #11083F;
}
</style>
border-color css
<style>
span { border-color: #11083F; }
span { border-color: rgb(17,8,63); }
td.TdClassName
{
border-color: #11083F;
}
.TagClassName
{
border-color: #11083F;
}
</style>