Shades of Tolopea #180A39
Tints of Tolopea #180A39
RGB
CMYK
RGB Variations
Color information
#180A39 (or 0x180A39) is known color: Tolopea. HEX triplet: 18, 0A and 39. RGB value is (24,10,57). Sum of RGB (Red+Green+Blue) = 24+10+57=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 57 (22.66% from 255 or 62.64% from 91); Max value from RGB is 57 - color contains mainly: blue. Hex color #180A39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A39 is #E7F5C6. Grayscale: #131313. Windows color (decimal): -15201735 or 3738136. OLE color: 3738136.
HSL color Cylindrical-coordinate representation of color #180A39: hue angle of 257.87º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #180A39 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 10 | 57 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.78 |
| HSL | 257.87º | 0.7% | 0.13% | - |
| HSV(B) | 257.87º | 0.82% | 0.22% | - |
| XYZ | 1.22 | 0.71 | 3.94 | - |
| YUV | 19.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 57 | 0.58 | 0.82 | 0 | 0.78 | 257.87 | 0.7 | 0.13 |
| Hex | 18 | A | 39 | 3A | 52 | 0 | 4E | 102 | 46 | D |
| Octal | 30 | 12 | 71 | 72 | 122 | 0 | 116 | 402 | 106 | 15 |
| Binary | 11000 | 1010 | 111001 | 111010 | 1010010 | 0 | 1001110 | 100000010 | 1000110 | 1101 |
Color Harmonies of #180A39
Complementary color
Monochromatic Colors of #180A39
Black with #180A39
Text Example
Text Example
White with #180A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180A39; }
p { color: rgb(24,10,57); }
H1.HeaderClassName
{
color: #180A39;
}
.AnyTagClassName
{
color: #180A39;
}
</style>
background-color css
<style>
a { background-color: #180A39; }
a { background-color: rgb(24,10,57); }
div.DivClassName
{
background-color: #180A39;
}
.BgClassName
{
background-color: #180A39;
}
</style>
border-color css
<style>
span { border-color: #180A39; }
span { border-color: rgb(24,10,57); }
td.TdClassName
{
border-color: #180A39;
}
.TagClassName
{
border-color: #180A39;
}
</style>