Shades of Tolopea #150A3C
Tints of Tolopea #150A3C
RGB
CMYK
RGB Variations
Color information
#150A3C (or 0x150A3C) is known color: Tolopea. HEX triplet: 15, 0A and 3C. RGB value is (21,10,60). Sum of RGB (Red+Green+Blue) = 21+10+60=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 60 (23.83% from 255 or 65.93% from 91); Max value from RGB is 60 - color contains mainly: blue. Hex color #150A3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150A3C is #EAF5C3. Grayscale: #121212. Windows color (decimal): -15398340 or 3934741. OLE color: 3934741.
HSL color Cylindrical-coordinate representation of color #150A3C: hue angle of 253.2º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #150A3C is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 10 | 60 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.76 |
| HSL | 253.2º | 0.71% | 0.14% | - |
| HSV(B) | 253.2º | 0.83% | 0.24% | - |
| XYZ | 1.23 | 0.7 | 4.35 | - |
| YUV | 18.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 60 | 0.65 | 0.83 | 0 | 0.76 | 253.2 | 0.71 | 0.14 |
| Hex | 15 | A | 3C | 41 | 53 | 0 | 4C | FD | 47 | E |
| Octal | 25 | 12 | 74 | 101 | 123 | 0 | 114 | 375 | 107 | 16 |
| Binary | 10101 | 1010 | 111100 | 1000001 | 1010011 | 0 | 1001100 | 11111101 | 1000111 | 1110 |
Color Harmonies of #150A3C
Complementary color
Monochromatic Colors of #150A3C
Black with #150A3C
Text Example
Text Example
White with #150A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A3C; }
p { color: rgb(21,10,60); }
H1.HeaderClassName
{
color: #150A3C;
}
.AnyTagClassName
{
color: #150A3C;
}
</style>
background-color css
<style>
a { background-color: #150A3C; }
a { background-color: rgb(21,10,60); }
div.DivClassName
{
background-color: #150A3C;
}
.BgClassName
{
background-color: #150A3C;
}
</style>
border-color css
<style>
span { border-color: #150A3C; }
span { border-color: rgb(21,10,60); }
td.TdClassName
{
border-color: #150A3C;
}
.TagClassName
{
border-color: #150A3C;
}
</style>