Shades of Tolopea #150A35
Tints of Tolopea #150A35
RGB
CMYK
RGB Variations
Color information
#150A35 (or 0x150A35) is known color: Tolopea. HEX triplet: 15, 0A and 35. RGB value is (21,10,53). Sum of RGB (Red+Green+Blue) = 21+10+53=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 53 (21.09% from 255 or 63.10% from 84); Max value from RGB is 53 - color contains mainly: blue. Hex color #150A35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150A35 is #EAF5CA. Grayscale: #121212. Windows color (decimal): -15398347 or 3475989. OLE color: 3475989.
HSL color Cylindrical-coordinate representation of color #150A35: hue angle of 255.35º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #150A35 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 10 | 53 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.79 |
| HSL | 255.35º | 0.68% | 0.12% | - |
| HSV(B) | 255.35º | 0.81% | 0.21% | - |
| XYZ | 1.06 | 0.63 | 3.43 | - |
| YUV | 18.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 53 | 0.60 | 0.81 | 0 | 0.79 | 255.35 | 0.68 | 0.12 |
| Hex | 15 | A | 35 | 3C | 51 | 0 | 4F | FF | 44 | C |
| Octal | 25 | 12 | 65 | 74 | 121 | 0 | 117 | 377 | 104 | 14 |
| Binary | 10101 | 1010 | 110101 | 111100 | 1010001 | 0 | 1001111 | 11111111 | 1000100 | 1100 |
Color Harmonies of #150A35
Complementary color
Monochromatic Colors of #150A35
Black with #150A35
Text Example
Text Example
White with #150A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A35; }
p { color: rgb(21,10,53); }
H1.HeaderClassName
{
color: #150A35;
}
.AnyTagClassName
{
color: #150A35;
}
</style>
background-color css
<style>
a { background-color: #150A35; }
a { background-color: rgb(21,10,53); }
div.DivClassName
{
background-color: #150A35;
}
.BgClassName
{
background-color: #150A35;
}
</style>
border-color css
<style>
span { border-color: #150A35; }
span { border-color: rgb(21,10,53); }
td.TdClassName
{
border-color: #150A35;
}
.TagClassName
{
border-color: #150A35;
}
</style>