Shades of Tolopea #150C41
Tints of Tolopea #150C41
RGB
CMYK
RGB Variations
Color information
#150C41 (or 0x150C41) is known color: Tolopea. HEX triplet: 15, 0C and 41. RGB value is (21,12,65). Sum of RGB (Red+Green+Blue) = 21+12+65=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 65 (25.78% from 255 or 66.33% from 98); Max value from RGB is 65 - color contains mainly: blue. Hex color #150C41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C41 is #EAF3BE. Grayscale: #141414. Windows color (decimal): -15397823 or 4262933. OLE color: 4262933.
HSL color Cylindrical-coordinate representation of color #150C41: hue angle of 250.19º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #150C41 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 12 | 65 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.75 |
| HSL | 250.19º | 0.69% | 0.15% | - |
| HSV(B) | 250.19º | 0.82% | 0.25% | - |
| XYZ | 1.39 | 0.8 | 5.08 | - |
| YUV | 20.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 65 | 0.68 | 0.82 | 0 | 0.75 | 250.19 | 0.69 | 0.15 |
| Hex | 15 | C | 41 | 44 | 52 | 0 | 4B | FA | 45 | F |
| Octal | 25 | 14 | 101 | 104 | 122 | 0 | 113 | 372 | 105 | 17 |
| Binary | 10101 | 1100 | 1000001 | 1000100 | 1010010 | 0 | 1001011 | 11111010 | 1000101 | 1111 |
Color Harmonies of #150C41
Complementary color
Monochromatic Colors of #150C41
Black with #150C41
Text Example
Text Example
White with #150C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C41; }
p { color: rgb(21,12,65); }
H1.HeaderClassName
{
color: #150C41;
}
.AnyTagClassName
{
color: #150C41;
}
</style>
background-color css
<style>
a { background-color: #150C41; }
a { background-color: rgb(21,12,65); }
div.DivClassName
{
background-color: #150C41;
}
.BgClassName
{
background-color: #150C41;
}
</style>
border-color css
<style>
span { border-color: #150C41; }
span { border-color: rgb(21,12,65); }
td.TdClassName
{
border-color: #150C41;
}
.TagClassName
{
border-color: #150C41;
}
</style>