Shades of Tolopea #18083A
Tints of Tolopea #18083A
RGB
CMYK
RGB Variations
Color information
#18083A (or 0x18083A) is known color: Tolopea. HEX triplet: 18, 08 and 3A. RGB value is (24,8,58). Sum of RGB (Red+Green+Blue) = 24+8+58=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 58 (23.05% from 255 or 64.44% from 90); Max value from RGB is 58 - color contains mainly: blue. Hex color #18083A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18083A is #E7F7C5. Grayscale: #121212. Windows color (decimal): -15202246 or 3803160. OLE color: 3803160.
HSL color Cylindrical-coordinate representation of color #18083A: hue angle of 259.2º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18083A is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 24 | 8 | 58 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.77 |
| HSL | 259.2º | 0.76% | 0.13% | - |
| HSV(B) | 259.2º | 0.86% | 0.23% | - |
| XYZ | 1.23 | 0.67 | 4.07 | - |
| YUV | 18.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 58 | 0.59 | 0.86 | 0 | 0.77 | 259.2 | 0.76 | 0.13 |
| Hex | 18 | 8 | 3A | 3B | 56 | 0 | 4D | 103 | 4C | D |
| Octal | 30 | 10 | 72 | 73 | 126 | 0 | 115 | 403 | 114 | 15 |
| Binary | 11000 | 1000 | 111010 | 111011 | 1010110 | 0 | 1001101 | 100000011 | 1001100 | 1101 |
Color Harmonies of #18083A
Complementary color
Monochromatic Colors of #18083A
Black with #18083A
Text Example
Text Example
White with #18083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18083A; }
p { color: rgb(24,8,58); }
H1.HeaderClassName
{
color: #18083A;
}
.AnyTagClassName
{
color: #18083A;
}
</style>
background-color css
<style>
a { background-color: #18083A; }
a { background-color: rgb(24,8,58); }
div.DivClassName
{
background-color: #18083A;
}
.BgClassName
{
background-color: #18083A;
}
</style>
border-color css
<style>
span { border-color: #18083A; }
span { border-color: rgb(24,8,58); }
td.TdClassName
{
border-color: #18083A;
}
.TagClassName
{
border-color: #18083A;
}
</style>