Shades of Tolopea #150B2E
Tints of Tolopea #150B2E
RGB
CMYK
RGB Variations
Color information
#150B2E (or 0x150B2E) is known color: Tolopea. HEX triplet: 15, 0B and 2E. RGB value is (21,11,46). Sum of RGB (Red+Green+Blue) = 21+11+46=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 46 (18.36% from 255 or 58.97% from 78); Max value from RGB is 46 - color contains mainly: blue. Hex color #150B2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B2E is #EAF4D1. Grayscale: #111111. Windows color (decimal): -15398098 or 3017493. OLE color: 3017493.
HSL color Cylindrical-coordinate representation of color #150B2E: hue angle of 257.14º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #150B2E is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 11 | 46 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.82 |
| HSL | 257.14º | 0.61% | 0.11% | - |
| HSV(B) | 257.14º | 0.76% | 0.18% | - |
| XYZ | 0.92 | 0.6 | 2.65 | - |
| YUV | 17.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 46 | 0.54 | 0.76 | 0 | 0.82 | 257.14 | 0.61 | 0.11 |
| Hex | 15 | B | 2E | 36 | 4C | 0 | 52 | 101 | 3D | B |
| Octal | 25 | 13 | 56 | 66 | 114 | 0 | 122 | 401 | 75 | 13 |
| Binary | 10101 | 1011 | 101110 | 110110 | 1001100 | 0 | 1010010 | 100000001 | 111101 | 1011 |
Color Harmonies of #150B2E
Complementary color
Monochromatic Colors of #150B2E
Black with #150B2E
Text Example
Text Example
White with #150B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B2E; }
p { color: rgb(21,11,46); }
H1.HeaderClassName
{
color: #150B2E;
}
.AnyTagClassName
{
color: #150B2E;
}
</style>
background-color css
<style>
a { background-color: #150B2E; }
a { background-color: rgb(21,11,46); }
div.DivClassName
{
background-color: #150B2E;
}
.BgClassName
{
background-color: #150B2E;
}
</style>
border-color css
<style>
span { border-color: #150B2E; }
span { border-color: rgb(21,11,46); }
td.TdClassName
{
border-color: #150B2E;
}
.TagClassName
{
border-color: #150B2E;
}
</style>