Shades of Tolopea #150D38
Tints of Tolopea #150D38
RGB
CMYK
RGB Variations
Color information
#150D38 (or 0x150D38) is known color: Tolopea. HEX triplet: 15, 0D and 38. RGB value is (21,13,56). Sum of RGB (Red+Green+Blue) = 21+13+56=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 56 (22.27% from 255 or 62.22% from 90); Max value from RGB is 56 - color contains mainly: blue. Hex color #150D38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150D38 is #EAF2C7. Grayscale: #141414. Windows color (decimal): -15397576 or 3673365. OLE color: 3673365.
HSL color Cylindrical-coordinate representation of color #150D38: hue angle of 251.16º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #150D38 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 13 | 56 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.78 |
| HSL | 251.16º | 0.62% | 0.14% | - |
| HSV(B) | 251.16º | 0.77% | 0.22% | - |
| XYZ | 1.17 | 0.73 | 3.82 | - |
| YUV | 20.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 56 | 0.63 | 0.77 | 0 | 0.78 | 251.16 | 0.62 | 0.14 |
| Hex | 15 | D | 38 | 3F | 4D | 0 | 4E | FB | 3E | E |
| Octal | 25 | 15 | 70 | 77 | 115 | 0 | 116 | 373 | 76 | 16 |
| Binary | 10101 | 1101 | 111000 | 111111 | 1001101 | 0 | 1001110 | 11111011 | 111110 | 1110 |
Color Harmonies of #150D38
Complementary color
Monochromatic Colors of #150D38
Black with #150D38
Text Example
Text Example
White with #150D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D38; }
p { color: rgb(21,13,56); }
H1.HeaderClassName
{
color: #150D38;
}
.AnyTagClassName
{
color: #150D38;
}
</style>
background-color css
<style>
a { background-color: #150D38; }
a { background-color: rgb(21,13,56); }
div.DivClassName
{
background-color: #150D38;
}
.BgClassName
{
background-color: #150D38;
}
</style>
border-color css
<style>
span { border-color: #150D38; }
span { border-color: rgb(21,13,56); }
td.TdClassName
{
border-color: #150D38;
}
.TagClassName
{
border-color: #150D38;
}
</style>