Shades of Tolopea #150B32
Tints of Tolopea #150B32
RGB
CMYK
RGB Variations
Color information
#150B32 (or 0x150B32) is known color: Tolopea. HEX triplet: 15, 0B and 32. RGB value is (21,11,50). Sum of RGB (Red+Green+Blue) = 21+11+50=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 50 (19.92% from 255 or 60.98% from 82); Max value from RGB is 50 - color contains mainly: blue. Hex color #150B32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B32 is #EAF4CD. Grayscale: #121212. Windows color (decimal): -15398094 or 3279637. OLE color: 3279637.
HSL color Cylindrical-coordinate representation of color #150B32: hue angle of 255.38º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #150B32 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 11 | 50 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.80 |
| HSL | 255.38º | 0.64% | 0.12% | - |
| HSV(B) | 255.38º | 0.78% | 0.2% | - |
| XYZ | 1 | 0.63 | 3.09 | - |
| YUV | 18.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 50 | 0.58 | 0.78 | 0 | 0.80 | 255.38 | 0.64 | 0.12 |
| Hex | 15 | B | 32 | 3A | 4E | 0 | 50 | FF | 40 | C |
| Octal | 25 | 13 | 62 | 72 | 116 | 0 | 120 | 377 | 100 | 14 |
| Binary | 10101 | 1011 | 110010 | 111010 | 1001110 | 0 | 1010000 | 11111111 | 1000000 | 1100 |
Color Harmonies of #150B32
Complementary color
Monochromatic Colors of #150B32
Black with #150B32
Text Example
Text Example
White with #150B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B32; }
p { color: rgb(21,11,50); }
H1.HeaderClassName
{
color: #150B32;
}
.AnyTagClassName
{
color: #150B32;
}
</style>
background-color css
<style>
a { background-color: #150B32; }
a { background-color: rgb(21,11,50); }
div.DivClassName
{
background-color: #150B32;
}
.BgClassName
{
background-color: #150B32;
}
</style>
border-color css
<style>
span { border-color: #150B32; }
span { border-color: rgb(21,11,50); }
td.TdClassName
{
border-color: #150B32;
}
.TagClassName
{
border-color: #150B32;
}
</style>