Shades of Tolopea #180A36
Tints of Tolopea #180A36
RGB
CMYK
RGB Variations
Color information
#180A36 (or 0x180A36) is known color: Tolopea. HEX triplet: 18, 0A and 36. RGB value is (24,10,54). Sum of RGB (Red+Green+Blue) = 24+10+54=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 54 (21.48% from 255 or 61.36% from 88); Max value from RGB is 54 - color contains mainly: blue. Hex color #180A36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A36 is #E7F5C9. Grayscale: #131313. Windows color (decimal): -15201738 or 3541528. OLE color: 3541528.
HSL color Cylindrical-coordinate representation of color #180A36: hue angle of 259.09º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #180A36 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 10 | 54 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.79 |
| HSL | 259.09º | 0.69% | 0.13% | - |
| HSV(B) | 259.09º | 0.81% | 0.21% | - |
| XYZ | 1.15 | 0.68 | 3.56 | - |
| YUV | 19.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 54 | 0.56 | 0.81 | 0 | 0.79 | 259.09 | 0.69 | 0.13 |
| Hex | 18 | A | 36 | 38 | 51 | 0 | 4F | 103 | 45 | D |
| Octal | 30 | 12 | 66 | 70 | 121 | 0 | 117 | 403 | 105 | 15 |
| Binary | 11000 | 1010 | 110110 | 111000 | 1010001 | 0 | 1001111 | 100000011 | 1000101 | 1101 |
Color Harmonies of #180A36
Complementary color
Monochromatic Colors of #180A36
Black with #180A36
Text Example
Text Example
White with #180A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180A36; }
p { color: rgb(24,10,54); }
H1.HeaderClassName
{
color: #180A36;
}
.AnyTagClassName
{
color: #180A36;
}
</style>
background-color css
<style>
a { background-color: #180A36; }
a { background-color: rgb(24,10,54); }
div.DivClassName
{
background-color: #180A36;
}
.BgClassName
{
background-color: #180A36;
}
</style>
border-color css
<style>
span { border-color: #180A36; }
span { border-color: rgb(24,10,54); }
td.TdClassName
{
border-color: #180A36;
}
.TagClassName
{
border-color: #180A36;
}
</style>