Shades of Tolopea #150C34
Tints of Tolopea #150C34
RGB
CMYK
RGB Variations
Color information
#150C34 (or 0x150C34) is known color: Tolopea. HEX triplet: 15, 0C and 34. RGB value is (21,12,52). Sum of RGB (Red+Green+Blue) = 21+12+52=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 52 (20.70% from 255 or 61.18% from 85); Max value from RGB is 52 - color contains mainly: blue. Hex color #150C34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C34 is #EAF3CB. Grayscale: #131313. Windows color (decimal): -15397836 or 3410965. OLE color: 3410965.
HSL color Cylindrical-coordinate representation of color #150C34: hue angle of 253.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #150C34 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 12 | 52 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.80 |
| HSL | 253.5º | 0.63% | 0.13% | - |
| HSV(B) | 253.5º | 0.77% | 0.2% | - |
| XYZ | 1.06 | 0.67 | 3.32 | - |
| YUV | 19.25 | 146.48 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 52 | 0.60 | 0.77 | 0 | 0.80 | 253.5 | 0.63 | 0.13 |
| Hex | 15 | C | 34 | 3C | 4D | 0 | 50 | FE | 3E | D |
| Octal | 25 | 14 | 64 | 74 | 115 | 0 | 120 | 376 | 76 | 15 |
| Binary | 10101 | 1100 | 110100 | 111100 | 1001101 | 0 | 1010000 | 11111110 | 111110 | 1101 |
Color Harmonies of #150C34
Complementary color
Monochromatic Colors of #150C34
Black with #150C34
Text Example
Text Example
White with #150C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C34; }
p { color: rgb(21,12,52); }
H1.HeaderClassName
{
color: #150C34;
}
.AnyTagClassName
{
color: #150C34;
}
</style>
background-color css
<style>
a { background-color: #150C34; }
a { background-color: rgb(21,12,52); }
div.DivClassName
{
background-color: #150C34;
}
.BgClassName
{
background-color: #150C34;
}
</style>
border-color css
<style>
span { border-color: #150C34; }
span { border-color: rgb(21,12,52); }
td.TdClassName
{
border-color: #150C34;
}
.TagClassName
{
border-color: #150C34;
}
</style>