Shades of Tolopea #0F0536
Tints of Tolopea #0F0536
RGB
CMYK
RGB Variations
Color information
#0F0536 (or 0x0F0536) is known color: Tolopea. HEX triplet: 0F, 05 and 36. RGB value is (15,5,54). Sum of RGB (Red+Green+Blue) = 15+5+54=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 54 (21.48% from 255 or 72.97% from 74); Max value from RGB is 54 - color contains mainly: blue. Hex color #0F0536 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0536 is #F0FAC9. Grayscale: #0D0D0D. Windows color (decimal): -15792842 or 3540239. OLE color: 3540239.
HSL color Cylindrical-coordinate representation of color #0F0536: hue angle of 252.24º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F0536 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 5 | 54 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.79 |
| HSL | 252.24º | 0.83% | 0.12% | - |
| HSV(B) | 252.24º | 0.91% | 0.21% | - |
| XYZ | 0.92 | 0.48 | 3.53 | - |
| YUV | 13.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 54 | 0.72 | 0.91 | 0 | 0.79 | 252.24 | 0.83 | 0.12 |
| Hex | F | 5 | 36 | 48 | 5B | 0 | 4F | FC | 53 | C |
| Octal | 17 | 5 | 66 | 110 | 133 | 0 | 117 | 374 | 123 | 14 |
| Binary | 1111 | 101 | 110110 | 1001000 | 1011011 | 0 | 1001111 | 11111100 | 1010011 | 1100 |
Color Harmonies of #0F0536
Complementary color
Monochromatic Colors of #0F0536
Black with #0F0536
Text Example
Text Example
White with #0F0536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0536; }
p { color: rgb(15,5,54); }
H1.HeaderClassName
{
color: #0F0536;
}
.AnyTagClassName
{
color: #0F0536;
}
</style>
background-color css
<style>
a { background-color: #0F0536; }
a { background-color: rgb(15,5,54); }
div.DivClassName
{
background-color: #0F0536;
}
.BgClassName
{
background-color: #0F0536;
}
</style>
border-color css
<style>
span { border-color: #0F0536; }
span { border-color: rgb(15,5,54); }
td.TdClassName
{
border-color: #0F0536;
}
.TagClassName
{
border-color: #0F0536;
}
</style>