Shades of Tolopea #18083D
Tints of Tolopea #18083D
RGB
CMYK
RGB Variations
Color information
#18083D (or 0x18083D) is known color: Tolopea. HEX triplet: 18, 08 and 3D. RGB value is (24,8,61). Sum of RGB (Red+Green+Blue) = 24+8+61=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 61 (24.22% from 255 or 65.59% from 93); Max value from RGB is 61 - color contains mainly: blue. Hex color #18083D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18083D is #E7F7C2. Grayscale: #121212. Windows color (decimal): -15202243 or 3999768. OLE color: 3999768.
HSL color Cylindrical-coordinate representation of color #18083D: hue angle of 258.11º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18083D is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 8 | 61 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.76 |
| HSL | 258.11º | 0.77% | 0.14% | - |
| HSV(B) | 258.11º | 0.87% | 0.24% | - |
| XYZ | 1.31 | 0.7 | 4.48 | - |
| YUV | 18.83 | 151.8 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 61 | 0.61 | 0.87 | 0 | 0.76 | 258.11 | 0.77 | 0.14 |
| Hex | 18 | 8 | 3D | 3D | 57 | 0 | 4C | 102 | 4D | E |
| Octal | 30 | 10 | 75 | 75 | 127 | 0 | 114 | 402 | 115 | 16 |
| Binary | 11000 | 1000 | 111101 | 111101 | 1010111 | 0 | 1001100 | 100000010 | 1001101 | 1110 |
Color Harmonies of #18083D
Complementary color
Monochromatic Colors of #18083D
Black with #18083D
Text Example
Text Example
White with #18083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18083D; }
p { color: rgb(24,8,61); }
H1.HeaderClassName
{
color: #18083D;
}
.AnyTagClassName
{
color: #18083D;
}
</style>
background-color css
<style>
a { background-color: #18083D; }
a { background-color: rgb(24,8,61); }
div.DivClassName
{
background-color: #18083D;
}
.BgClassName
{
background-color: #18083D;
}
</style>
border-color css
<style>
span { border-color: #18083D; }
span { border-color: rgb(24,8,61); }
td.TdClassName
{
border-color: #18083D;
}
.TagClassName
{
border-color: #18083D;
}
</style>