Shades of Tolopea #150932
Tints of Tolopea #150932
RGB
CMYK
RGB Variations
Color information
#150932 (or 0x150932) is known color: Tolopea. HEX triplet: 15, 09 and 32. RGB value is (21,9,50). Sum of RGB (Red+Green+Blue) = 21+9+50=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 50 (19.92% from 255 or 62.5% from 80); Max value from RGB is 50 - color contains mainly: blue. Hex color #150932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150932 is #EAF6CD. Grayscale: #111111. Windows color (decimal): -15398606 or 3279125. OLE color: 3279125.
HSL color Cylindrical-coordinate representation of color #150932: hue angle of 257.56º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #150932 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 9 | 50 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.80 |
| HSL | 257.56º | 0.69% | 0.12% | - |
| HSV(B) | 257.56º | 0.82% | 0.2% | - |
| XYZ | 0.98 | 0.59 | 3.08 | - |
| YUV | 17.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 50 | 0.58 | 0.82 | 0 | 0.80 | 257.56 | 0.69 | 0.12 |
| Hex | 15 | 9 | 32 | 3A | 52 | 0 | 50 | 102 | 45 | C |
| Octal | 25 | 11 | 62 | 72 | 122 | 0 | 120 | 402 | 105 | 14 |
| Binary | 10101 | 1001 | 110010 | 111010 | 1010010 | 0 | 1010000 | 100000010 | 1000101 | 1100 |
Color Harmonies of #150932
Complementary color
Monochromatic Colors of #150932
Black with #150932
Text Example
Text Example
White with #150932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150932; }
p { color: rgb(21,9,50); }
H1.HeaderClassName
{
color: #150932;
}
.AnyTagClassName
{
color: #150932;
}
</style>
background-color css
<style>
a { background-color: #150932; }
a { background-color: rgb(21,9,50); }
div.DivClassName
{
background-color: #150932;
}
.BgClassName
{
background-color: #150932;
}
</style>
border-color css
<style>
span { border-color: #150932; }
span { border-color: rgb(21,9,50); }
td.TdClassName
{
border-color: #150932;
}
.TagClassName
{
border-color: #150932;
}
</style>