Shades of Tolopea #150B40
Tints of Tolopea #150B40
RGB
CMYK
RGB Variations
Color information
#150B40 (or 0x150B40) is known color: Tolopea. HEX triplet: 15, 0B and 40. RGB value is (21,11,64). Sum of RGB (Red+Green+Blue) = 21+11+64=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 64 (25.39% from 255 or 66.67% from 96); Max value from RGB is 64 - color contains mainly: blue. Hex color #150B40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B40 is #EAF4BF. Grayscale: #131313. Windows color (decimal): -15398080 or 4197141. OLE color: 4197141.
HSL color Cylindrical-coordinate representation of color #150B40: hue angle of 251.32º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #150B40 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 11 | 64 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.75 |
| HSL | 251.32º | 0.71% | 0.15% | - |
| HSV(B) | 251.32º | 0.83% | 0.25% | - |
| XYZ | 1.35 | 0.77 | 4.93 | - |
| YUV | 20.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 64 | 0.67 | 0.83 | 0 | 0.75 | 251.32 | 0.71 | 0.15 |
| Hex | 15 | B | 40 | 43 | 53 | 0 | 4B | FB | 47 | F |
| Octal | 25 | 13 | 100 | 103 | 123 | 0 | 113 | 373 | 107 | 17 |
| Binary | 10101 | 1011 | 1000000 | 1000011 | 1010011 | 0 | 1001011 | 11111011 | 1000111 | 1111 |
Color Harmonies of #150B40
Complementary color
Monochromatic Colors of #150B40
Black with #150B40
Text Example
Text Example
White with #150B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B40; }
p { color: rgb(21,11,64); }
H1.HeaderClassName
{
color: #150B40;
}
.AnyTagClassName
{
color: #150B40;
}
</style>
background-color css
<style>
a { background-color: #150B40; }
a { background-color: rgb(21,11,64); }
div.DivClassName
{
background-color: #150B40;
}
.BgClassName
{
background-color: #150B40;
}
</style>
border-color css
<style>
span { border-color: #150B40; }
span { border-color: rgb(21,11,64); }
td.TdClassName
{
border-color: #150B40;
}
.TagClassName
{
border-color: #150B40;
}
</style>