Shades of Tolopea #0F0539
Tints of Tolopea #0F0539
RGB
CMYK
RGB Variations
Color information
#0F0539 (or 0x0F0539) is known color: Tolopea. HEX triplet: 0F, 05 and 39. RGB value is (15,5,57). Sum of RGB (Red+Green+Blue) = 15+5+57=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 57 (22.66% from 255 or 74.03% from 77); Max value from RGB is 57 - color contains mainly: blue. Hex color #0F0539 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0539 is #F0FAC6. Grayscale: #0D0D0D. Windows color (decimal): -15792839 or 3736847. OLE color: 3736847.
HSL color Cylindrical-coordinate representation of color #0F0539: hue angle of 251.54º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F0539 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 5 | 57 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.78 |
| HSL | 251.54º | 0.84% | 0.12% | - |
| HSV(B) | 251.54º | 0.91% | 0.22% | - |
| XYZ | 0.99 | 0.51 | 3.92 | - |
| YUV | 13.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 57 | 0.74 | 0.91 | 0 | 0.78 | 251.54 | 0.84 | 0.12 |
| Hex | F | 5 | 39 | 4A | 5B | 0 | 4E | FC | 54 | C |
| Octal | 17 | 5 | 71 | 112 | 133 | 0 | 116 | 374 | 124 | 14 |
| Binary | 1111 | 101 | 111001 | 1001010 | 1011011 | 0 | 1001110 | 11111100 | 1010100 | 1100 |
Color Harmonies of #0F0539
Complementary color
Monochromatic Colors of #0F0539
Black with #0F0539
Text Example
Text Example
White with #0F0539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0539; }
p { color: rgb(15,5,57); }
H1.HeaderClassName
{
color: #0F0539;
}
.AnyTagClassName
{
color: #0F0539;
}
</style>
background-color css
<style>
a { background-color: #0F0539; }
a { background-color: rgb(15,5,57); }
div.DivClassName
{
background-color: #0F0539;
}
.BgClassName
{
background-color: #0F0539;
}
</style>
border-color css
<style>
span { border-color: #0F0539; }
span { border-color: rgb(15,5,57); }
td.TdClassName
{
border-color: #0F0539;
}
.TagClassName
{
border-color: #0F0539;
}
</style>