Shades of Tolopea #150C3F
Tints of Tolopea #150C3F
RGB
CMYK
RGB Variations
Color information
#150C3F (or 0x150C3F) is known color: Tolopea. HEX triplet: 15, 0C and 3F. RGB value is (21,12,63). Sum of RGB (Red+Green+Blue) = 21+12+63=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 63 (25% from 255 or 65.62% from 96); Max value from RGB is 63 - color contains mainly: blue. Hex color #150C3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C3F is #EAF3C0. Grayscale: #141414. Windows color (decimal): -15397825 or 4131861. OLE color: 4131861.
HSL color Cylindrical-coordinate representation of color #150C3F: hue angle of 250.59º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #150C3F is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 12 | 63 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.75 |
| HSL | 250.59º | 0.68% | 0.15% | - |
| HSV(B) | 250.59º | 0.81% | 0.25% | - |
| XYZ | 1.34 | 0.78 | 4.78 | - |
| YUV | 20.51 | 151.98 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 63 | 0.67 | 0.81 | 0 | 0.75 | 250.59 | 0.68 | 0.15 |
| Hex | 15 | C | 3F | 43 | 51 | 0 | 4B | FB | 44 | F |
| Octal | 25 | 14 | 77 | 103 | 121 | 0 | 113 | 373 | 104 | 17 |
| Binary | 10101 | 1100 | 111111 | 1000011 | 1010001 | 0 | 1001011 | 11111011 | 1000100 | 1111 |
Color Harmonies of #150C3F
Complementary color
Monochromatic Colors of #150C3F
Black with #150C3F
Text Example
Text Example
White with #150C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C3F; }
p { color: rgb(21,12,63); }
H1.HeaderClassName
{
color: #150C3F;
}
.AnyTagClassName
{
color: #150C3F;
}
</style>
background-color css
<style>
a { background-color: #150C3F; }
a { background-color: rgb(21,12,63); }
div.DivClassName
{
background-color: #150C3F;
}
.BgClassName
{
background-color: #150C3F;
}
</style>
border-color css
<style>
span { border-color: #150C3F; }
span { border-color: rgb(21,12,63); }
td.TdClassName
{
border-color: #150C3F;
}
.TagClassName
{
border-color: #150C3F;
}
</style>