Shades of Tolopea #180E37
Tints of Tolopea #180E37
RGB
CMYK
RGB Variations
Color information
#180E37 (or 0x180E37) is known color: Tolopea. HEX triplet: 18, 0E and 37. RGB value is (24,14,55). Sum of RGB (Red+Green+Blue) = 24+14+55=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 55 (21.88% from 255 or 59.14% from 93); Max value from RGB is 55 - color contains mainly: blue. Hex color #180E37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180E37 is #E7F1C8. Grayscale: #151515. Windows color (decimal): -15200713 or 3608088. OLE color: 3608088.
HSL color Cylindrical-coordinate representation of color #180E37: hue angle of 254.63º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #180E37 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 14 | 55 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.78 |
| HSL | 254.63º | 0.59% | 0.14% | - |
| HSV(B) | 254.63º | 0.75% | 0.22% | - |
| XYZ | 1.22 | 0.78 | 3.7 | - |
| YUV | 21.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 55 | 0.56 | 0.75 | 0 | 0.78 | 254.63 | 0.59 | 0.14 |
| Hex | 18 | E | 37 | 38 | 4B | 0 | 4E | FF | 3B | E |
| Octal | 30 | 16 | 67 | 70 | 113 | 0 | 116 | 377 | 73 | 16 |
| Binary | 11000 | 1110 | 110111 | 111000 | 1001011 | 0 | 1001110 | 11111111 | 111011 | 1110 |
Color Harmonies of #180E37
Complementary color
Monochromatic Colors of #180E37
Black with #180E37
Text Example
Text Example
White with #180E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180E37; }
p { color: rgb(24,14,55); }
H1.HeaderClassName
{
color: #180E37;
}
.AnyTagClassName
{
color: #180E37;
}
</style>
background-color css
<style>
a { background-color: #180E37; }
a { background-color: rgb(24,14,55); }
div.DivClassName
{
background-color: #180E37;
}
.BgClassName
{
background-color: #180E37;
}
</style>
border-color css
<style>
span { border-color: #180E37; }
span { border-color: rgb(24,14,55); }
td.TdClassName
{
border-color: #180E37;
}
.TagClassName
{
border-color: #180E37;
}
</style>