Shades of Tolopea #150B33
Tints of Tolopea #150B33
RGB
CMYK
RGB Variations
Color information
#150B33 (or 0x150B33) is known color: Tolopea. HEX triplet: 15, 0B and 33. RGB value is (21,11,51). Sum of RGB (Red+Green+Blue) = 21+11+51=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 51 (20.31% from 255 or 61.45% from 83); Max value from RGB is 51 - color contains mainly: blue. Hex color #150B33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B33 is #EAF4CC. Grayscale: #121212. Windows color (decimal): -15398093 or 3345173. OLE color: 3345173.
HSL color Cylindrical-coordinate representation of color #150B33: hue angle of 255º degrees, saturation: 0.65, 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 #150B33 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 21 | 11 | 51 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.8 |
| HSL | 255º | 0.65% | 0.12% | - |
| HSV(B) | 255º | 0.78% | 0.2% | - |
| XYZ | 1.03 | 0.64 | 3.2 | - |
| YUV | 18.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 51 | 0.59 | 0.78 | 0 | 0.8 | 255 | 0.65 | 0.12 |
| Hex | 15 | B | 33 | 3B | 4E | 0 | 50 | FF | 41 | C |
| Octal | 25 | 13 | 63 | 73 | 116 | 0 | 120 | 377 | 101 | 14 |
| Binary | 10101 | 1011 | 110011 | 111011 | 1001110 | 0 | 1010000 | 11111111 | 1000001 | 1100 |
Color Harmonies of #150B33
Complementary color
Monochromatic Colors of #150B33
Black with #150B33
Text Example
Text Example
White with #150B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B33; }
p { color: rgb(21,11,51); }
H1.HeaderClassName
{
color: #150B33;
}
.AnyTagClassName
{
color: #150B33;
}
</style>
background-color css
<style>
a { background-color: #150B33; }
a { background-color: rgb(21,11,51); }
div.DivClassName
{
background-color: #150B33;
}
.BgClassName
{
background-color: #150B33;
}
</style>
border-color css
<style>
span { border-color: #150B33; }
span { border-color: rgb(21,11,51); }
td.TdClassName
{
border-color: #150B33;
}
.TagClassName
{
border-color: #150B33;
}
</style>