Shades of Tolopea #150C40
Tints of Tolopea #150C40
RGB
CMYK
RGB Variations
Color information
#150C40 (or 0x150C40) is known color: Tolopea. HEX triplet: 15, 0C and 40. RGB value is (21,12,64). Sum of RGB (Red+Green+Blue) = 21+12+64=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 64 (25.39% from 255 or 65.98% from 97); Max value from RGB is 64 - color contains mainly: blue. Hex color #150C40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C40 is #EAF3BF. Grayscale: #141414. Windows color (decimal): -15397824 or 4197397. OLE color: 4197397.
HSL color Cylindrical-coordinate representation of color #150C40: hue angle of 250.38º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #150C40 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 12 | 64 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.75 |
| HSL | 250.38º | 0.68% | 0.15% | - |
| HSV(B) | 250.38º | 0.81% | 0.25% | - |
| XYZ | 1.37 | 0.79 | 4.93 | - |
| YUV | 20.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 64 | 0.67 | 0.81 | 0 | 0.75 | 250.38 | 0.68 | 0.15 |
| Hex | 15 | C | 40 | 43 | 51 | 0 | 4B | FA | 44 | F |
| Octal | 25 | 14 | 100 | 103 | 121 | 0 | 113 | 372 | 104 | 17 |
| Binary | 10101 | 1100 | 1000000 | 1000011 | 1010001 | 0 | 1001011 | 11111010 | 1000100 | 1111 |
Color Harmonies of #150C40
Complementary color
Monochromatic Colors of #150C40
Black with #150C40
Text Example
Text Example
White with #150C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C40; }
p { color: rgb(21,12,64); }
H1.HeaderClassName
{
color: #150C40;
}
.AnyTagClassName
{
color: #150C40;
}
</style>
background-color css
<style>
a { background-color: #150C40; }
a { background-color: rgb(21,12,64); }
div.DivClassName
{
background-color: #150C40;
}
.BgClassName
{
background-color: #150C40;
}
</style>
border-color css
<style>
span { border-color: #150C40; }
span { border-color: rgb(21,12,64); }
td.TdClassName
{
border-color: #150C40;
}
.TagClassName
{
border-color: #150C40;
}
</style>