Shades of Tolopea #18113F
Tints of Tolopea #18113F
RGB
CMYK
RGB Variations
Color information
#18113F (or 0x18113F) is known color: Tolopea. HEX triplet: 18, 11 and 3F. RGB value is (24,17,63). Sum of RGB (Red+Green+Blue) = 24+17+63=104 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.08% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 63 (25% from 255 or 60.58% from 104); Max value from RGB is 63 - color contains mainly: blue. Hex color #18113F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18113F is #E7EEC0. Grayscale: #181818. Windows color (decimal): -15199937 or 4133144. OLE color: 4133144.
HSL color Cylindrical-coordinate representation of color #18113F: hue angle of 249.13º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18113F is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 17 | 63 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.75 |
| HSL | 249.13º | 0.58% | 0.16% | - |
| HSV(B) | 249.13º | 0.73% | 0.25% | - |
| XYZ | 1.47 | 0.95 | 4.81 | - |
| YUV | 24.34 | 149.82 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 17 | 63 | 0.62 | 0.73 | 0 | 0.75 | 249.13 | 0.58 | 0.16 |
| Hex | 18 | 11 | 3F | 3E | 49 | 0 | 4B | F9 | 3A | 10 |
| Octal | 30 | 21 | 77 | 76 | 111 | 0 | 113 | 371 | 72 | 20 |
| Binary | 11000 | 10001 | 111111 | 111110 | 1001001 | 0 | 1001011 | 11111001 | 111010 | 10000 |
Color Harmonies of #18113F
Complementary color
Monochromatic Colors of #18113F
Black with #18113F
Text Example
Text Example
White with #18113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18113F; }
p { color: rgb(24,17,63); }
H1.HeaderClassName
{
color: #18113F;
}
.AnyTagClassName
{
color: #18113F;
}
</style>
background-color css
<style>
a { background-color: #18113F; }
a { background-color: rgb(24,17,63); }
div.DivClassName
{
background-color: #18113F;
}
.BgClassName
{
background-color: #18113F;
}
</style>
border-color css
<style>
span { border-color: #18113F; }
span { border-color: rgb(24,17,63); }
td.TdClassName
{
border-color: #18113F;
}
.TagClassName
{
border-color: #18113F;
}
</style>