Shades of Tolopea #150D41
Tints of Tolopea #150D41
RGB
CMYK
RGB Variations
Color information
#150D41 (or 0x150D41) is known color: Tolopea. HEX triplet: 15, 0D and 41. RGB value is (21,13,65). Sum of RGB (Red+Green+Blue) = 21+13+65=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 65 (25.78% from 255 or 65.66% from 99); Max value from RGB is 65 - color contains mainly: blue. Hex color #150D41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150D41 is #EAF2BE. Grayscale: #151515. Windows color (decimal): -15397567 or 4263189. OLE color: 4263189.
HSL color Cylindrical-coordinate representation of color #150D41: hue angle of 249.23º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #150D41 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 13 | 65 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.75 |
| HSL | 249.23º | 0.67% | 0.15% | - |
| HSV(B) | 249.23º | 0.8% | 0.25% | - |
| XYZ | 1.41 | 0.83 | 5.09 | - |
| YUV | 21.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 65 | 0.68 | 0.80 | 0 | 0.75 | 249.23 | 0.67 | 0.15 |
| Hex | 15 | D | 41 | 44 | 50 | 0 | 4B | F9 | 43 | F |
| Octal | 25 | 15 | 101 | 104 | 120 | 0 | 113 | 371 | 103 | 17 |
| Binary | 10101 | 1101 | 1000001 | 1000100 | 1010000 | 0 | 1001011 | 11111001 | 1000011 | 1111 |
Color Harmonies of #150D41
Complementary color
Monochromatic Colors of #150D41
Black with #150D41
Text Example
Text Example
White with #150D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D41; }
p { color: rgb(21,13,65); }
H1.HeaderClassName
{
color: #150D41;
}
.AnyTagClassName
{
color: #150D41;
}
</style>
background-color css
<style>
a { background-color: #150D41; }
a { background-color: rgb(21,13,65); }
div.DivClassName
{
background-color: #150D41;
}
.BgClassName
{
background-color: #150D41;
}
</style>
border-color css
<style>
span { border-color: #150D41; }
span { border-color: rgb(21,13,65); }
td.TdClassName
{
border-color: #150D41;
}
.TagClassName
{
border-color: #150D41;
}
</style>