Shades of Tolopea #150538
Tints of Tolopea #150538
RGB
CMYK
RGB Variations
Color information
#150538 (or 0x150538) is known color: Tolopea. HEX triplet: 15, 05 and 38. RGB value is (21,5,56). Sum of RGB (Red+Green+Blue) = 21+5+56=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 56 (22.27% from 255 or 68.29% from 82); Max value from RGB is 56 - color contains mainly: blue. Hex color #150538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150538 is #EAFAC7. Grayscale: #0F0F0F. Windows color (decimal): -15399624 or 3671317. OLE color: 3671317.
HSL color Cylindrical-coordinate representation of color #150538: hue angle of 258.82º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150538 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 5 | 56 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.78 |
| HSL | 258.82º | 0.84% | 0.12% | - |
| HSV(B) | 258.82º | 0.91% | 0.22% | - |
| XYZ | 1.08 | 0.55 | 3.79 | - |
| YUV | 15.6 | 150.8 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 56 | 0.63 | 0.91 | 0 | 0.78 | 258.82 | 0.84 | 0.12 |
| Hex | 15 | 5 | 38 | 3F | 5B | 0 | 4E | 103 | 54 | C |
| Octal | 25 | 5 | 70 | 77 | 133 | 0 | 116 | 403 | 124 | 14 |
| Binary | 10101 | 101 | 111000 | 111111 | 1011011 | 0 | 1001110 | 100000011 | 1010100 | 1100 |
Color Harmonies of #150538
Complementary color
Monochromatic Colors of #150538
Black with #150538
Text Example
Text Example
White with #150538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150538; }
p { color: rgb(21,5,56); }
H1.HeaderClassName
{
color: #150538;
}
.AnyTagClassName
{
color: #150538;
}
</style>
background-color css
<style>
a { background-color: #150538; }
a { background-color: rgb(21,5,56); }
div.DivClassName
{
background-color: #150538;
}
.BgClassName
{
background-color: #150538;
}
</style>
border-color css
<style>
span { border-color: #150538; }
span { border-color: rgb(21,5,56); }
td.TdClassName
{
border-color: #150538;
}
.TagClassName
{
border-color: #150538;
}
</style>