Shades of Tolopea #150F3C
Tints of Tolopea #150F3C
RGB
CMYK
RGB Variations
Color information
#150F3C (or 0x150F3C) is known color: Tolopea. HEX triplet: 15, 0F and 3C. RGB value is (21,15,60). Sum of RGB (Red+Green+Blue) = 21+15+60=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 60 (23.83% from 255 or 62.5% from 96); Max value from RGB is 60 - color contains mainly: blue. Hex color #150F3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F3C is #EAF0C3. Grayscale: #151515. Windows color (decimal): -15397060 or 3936021. OLE color: 3936021.
HSL color Cylindrical-coordinate representation of color #150F3C: hue angle of 248º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #150F3C is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 15 | 60 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.76 |
| HSL | 248º | 0.6% | 0.15% | - |
| HSV(B) | 248º | 0.75% | 0.24% | - |
| XYZ | 1.3 | 0.83 | 4.37 | - |
| YUV | 21.92 | 149.49 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 60 | 0.65 | 0.75 | 0 | 0.76 | 248 | 0.6 | 0.15 |
| Hex | 15 | F | 3C | 41 | 4B | 0 | 4C | F8 | 3C | F |
| Octal | 25 | 17 | 74 | 101 | 113 | 0 | 114 | 370 | 74 | 17 |
| Binary | 10101 | 1111 | 111100 | 1000001 | 1001011 | 0 | 1001100 | 11111000 | 111100 | 1111 |
Color Harmonies of #150F3C
Complementary color
Monochromatic Colors of #150F3C
Black with #150F3C
Text Example
Text Example
White with #150F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F3C; }
p { color: rgb(21,15,60); }
H1.HeaderClassName
{
color: #150F3C;
}
.AnyTagClassName
{
color: #150F3C;
}
</style>
background-color css
<style>
a { background-color: #150F3C; }
a { background-color: rgb(21,15,60); }
div.DivClassName
{
background-color: #150F3C;
}
.BgClassName
{
background-color: #150F3C;
}
</style>
border-color css
<style>
span { border-color: #150F3C; }
span { border-color: rgb(21,15,60); }
td.TdClassName
{
border-color: #150F3C;
}
.TagClassName
{
border-color: #150F3C;
}
</style>