Shades of Tolopea #0F0837
Tints of Tolopea #0F0837
RGB
CMYK
RGB Variations
Color information
#0F0837 (or 0x0F0837) is known color: Tolopea. HEX triplet: 0F, 08 and 37. RGB value is (15,8,55). Sum of RGB (Red+Green+Blue) = 15+8+55=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 55 (21.88% from 255 or 70.51% from 78); Max value from RGB is 55 - color contains mainly: blue. Hex color #0F0837 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0837 is #F0F7C8. Grayscale: #0F0F0F. Windows color (decimal): -15792073 or 3606543. OLE color: 3606543.
HSL color Cylindrical-coordinate representation of color #0F0837: hue angle of 248.94º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F0837 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 8 | 55 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.78 |
| HSL | 248.94º | 0.75% | 0.12% | - |
| HSV(B) | 248.94º | 0.85% | 0.22% | - |
| XYZ | 0.97 | 0.55 | 3.67 | - |
| YUV | 15.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 55 | 0.73 | 0.85 | 0 | 0.78 | 248.94 | 0.75 | 0.12 |
| Hex | F | 8 | 37 | 49 | 55 | 0 | 4E | F9 | 4B | C |
| Octal | 17 | 10 | 67 | 111 | 125 | 0 | 116 | 371 | 113 | 14 |
| Binary | 1111 | 1000 | 110111 | 1001001 | 1010101 | 0 | 1001110 | 11111001 | 1001011 | 1100 |
Color Harmonies of #0F0837
Complementary color
Monochromatic Colors of #0F0837
Black with #0F0837
Text Example
Text Example
White with #0F0837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0837; }
p { color: rgb(15,8,55); }
H1.HeaderClassName
{
color: #0F0837;
}
.AnyTagClassName
{
color: #0F0837;
}
</style>
background-color css
<style>
a { background-color: #0F0837; }
a { background-color: rgb(15,8,55); }
div.DivClassName
{
background-color: #0F0837;
}
.BgClassName
{
background-color: #0F0837;
}
</style>
border-color css
<style>
span { border-color: #0F0837; }
span { border-color: rgb(15,8,55); }
td.TdClassName
{
border-color: #0F0837;
}
.TagClassName
{
border-color: #0F0837;
}
</style>