Shades of Tolopea #180D34
Tints of Tolopea #180D34
RGB
CMYK
RGB Variations
Color information
#180D34 (or 0x180D34) is known color: Tolopea. HEX triplet: 18, 0D and 34. RGB value is (24,13,52). Sum of RGB (Red+Green+Blue) = 24+13+52=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 13 (5.47% from 255 or 14.61% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #180D34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D34 is #E7F2CB. Grayscale: #141414. Windows color (decimal): -15200972 or 3411224. OLE color: 3411224.
HSL color Cylindrical-coordinate representation of color #180D34: hue angle of 256.92º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #180D34 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 13 | 52 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.80 |
| HSL | 256.92º | 0.6% | 0.13% | - |
| HSV(B) | 256.92º | 0.75% | 0.2% | - |
| XYZ | 1.14 | 0.73 | 3.33 | - |
| YUV | 20.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 52 | 0.54 | 0.75 | 0 | 0.80 | 256.92 | 0.6 | 0.13 |
| Hex | 18 | D | 34 | 36 | 4B | 0 | 50 | 101 | 3C | D |
| Octal | 30 | 15 | 64 | 66 | 113 | 0 | 120 | 401 | 74 | 15 |
| Binary | 11000 | 1101 | 110100 | 110110 | 1001011 | 0 | 1010000 | 100000001 | 111100 | 1101 |
Color Harmonies of #180D34
Complementary color
Monochromatic Colors of #180D34
Black with #180D34
Text Example
Text Example
White with #180D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D34; }
p { color: rgb(24,13,52); }
H1.HeaderClassName
{
color: #180D34;
}
.AnyTagClassName
{
color: #180D34;
}
</style>
background-color css
<style>
a { background-color: #180D34; }
a { background-color: rgb(24,13,52); }
div.DivClassName
{
background-color: #180D34;
}
.BgClassName
{
background-color: #180D34;
}
</style>
border-color css
<style>
span { border-color: #180D34; }
span { border-color: rgb(24,13,52); }
td.TdClassName
{
border-color: #180D34;
}
.TagClassName
{
border-color: #180D34;
}
</style>