Shades of Tolopea #180B37
Tints of Tolopea #180B37
RGB
CMYK
RGB Variations
Color information
#180B37 (or 0x180B37) is known color: Tolopea. HEX triplet: 18, 0B and 37. RGB value is (24,11,55). Sum of RGB (Red+Green+Blue) = 24+11+55=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 55 (21.88% from 255 or 61.11% from 90); Max value from RGB is 55 - color contains mainly: blue. Hex color #180B37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B37 is #E7F4C8. Grayscale: #131313. Windows color (decimal): -15201481 or 3607320. OLE color: 3607320.
HSL color Cylindrical-coordinate representation of color #180B37: hue angle of 257.73º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #180B37 is Cyan = 0.56, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 11 | 55 | - |
| CMYK | 0.56 | 0.8 | 0 | 0.78 |
| HSL | 257.73º | 0.67% | 0.13% | - |
| HSV(B) | 257.73º | 0.8% | 0.22% | - |
| XYZ | 1.19 | 0.71 | 3.69 | - |
| YUV | 19.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 55 | 0.56 | 0.8 | 0 | 0.78 | 257.73 | 0.67 | 0.13 |
| Hex | 18 | B | 37 | 38 | 50 | 0 | 4E | 102 | 43 | D |
| Octal | 30 | 13 | 67 | 70 | 120 | 0 | 116 | 402 | 103 | 15 |
| Binary | 11000 | 1011 | 110111 | 111000 | 1010000 | 0 | 1001110 | 100000010 | 1000011 | 1101 |
Color Harmonies of #180B37
Complementary color
Monochromatic Colors of #180B37
Black with #180B37
Text Example
Text Example
White with #180B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180B37; }
p { color: rgb(24,11,55); }
H1.HeaderClassName
{
color: #180B37;
}
.AnyTagClassName
{
color: #180B37;
}
</style>
background-color css
<style>
a { background-color: #180B37; }
a { background-color: rgb(24,11,55); }
div.DivClassName
{
background-color: #180B37;
}
.BgClassName
{
background-color: #180B37;
}
</style>
border-color css
<style>
span { border-color: #180B37; }
span { border-color: rgb(24,11,55); }
td.TdClassName
{
border-color: #180B37;
}
.TagClassName
{
border-color: #180B37;
}
</style>