Shades of Tolopea #150B3C
Tints of Tolopea #150B3C
RGB
CMYK
RGB Variations
Color information
#150B3C (or 0x150B3C) is known color: Tolopea. HEX triplet: 15, 0B and 3C. RGB value is (21,11,60). Sum of RGB (Red+Green+Blue) = 21+11+60=92 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.83% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 60 (23.83% from 255 or 65.22% from 92); Max value from RGB is 60 - color contains mainly: blue. Hex color #150B3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B3C is #EAF4C3. Grayscale: #131313. Windows color (decimal): -15398084 or 3934997. OLE color: 3934997.
HSL color Cylindrical-coordinate representation of color #150B3C: hue angle of 252.24º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #150B3C is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 11 | 60 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.76 |
| HSL | 252.24º | 0.69% | 0.14% | - |
| HSV(B) | 252.24º | 0.82% | 0.24% | - |
| XYZ | 1.24 | 0.73 | 4.35 | - |
| YUV | 19.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 60 | 0.65 | 0.82 | 0 | 0.76 | 252.24 | 0.69 | 0.14 |
| Hex | 15 | B | 3C | 41 | 52 | 0 | 4C | FC | 45 | E |
| Octal | 25 | 13 | 74 | 101 | 122 | 0 | 114 | 374 | 105 | 16 |
| Binary | 10101 | 1011 | 111100 | 1000001 | 1010010 | 0 | 1001100 | 11111100 | 1000101 | 1110 |
Color Harmonies of #150B3C
Complementary color
Monochromatic Colors of #150B3C
Black with #150B3C
Text Example
Text Example
White with #150B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B3C; }
p { color: rgb(21,11,60); }
H1.HeaderClassName
{
color: #150B3C;
}
.AnyTagClassName
{
color: #150B3C;
}
</style>
background-color css
<style>
a { background-color: #150B3C; }
a { background-color: rgb(21,11,60); }
div.DivClassName
{
background-color: #150B3C;
}
.BgClassName
{
background-color: #150B3C;
}
</style>
border-color css
<style>
span { border-color: #150B3C; }
span { border-color: rgb(21,11,60); }
td.TdClassName
{
border-color: #150B3C;
}
.TagClassName
{
border-color: #150B3C;
}
</style>