Shades of Tolopea #0F0039
Tints of Tolopea #0F0039
RGB
CMYK
RGB Variations
Color information
#0F0039 (or 0x0F0039) is known color: Tolopea. HEX triplet: 0F, 00 and 39. RGB value is (15,0,57). Sum of RGB (Red+Green+Blue) = 15+0+57=72 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.83% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 57 (22.66% from 255 or 79.17% from 72); Max value from RGB is 57 - color contains mainly: blue. Hex color #0F0039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0039 is #F0FFC6. Grayscale: #0A0A0A. Windows color (decimal): -15794119 or 3735567. OLE color: 3735567.
HSL color Cylindrical-coordinate representation of color #0F0039: hue angle of 255.79º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0039 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 0 | 57 | - |
| CMYK | 0.74 | 1 | 0 | 0.78 |
| HSL | 255.79º | 1% | 0.11% | - |
| HSV(B) | 255.79º | 1% | 0.22% | - |
| XYZ | 0.94 | 0.4 | 3.9 | - |
| YUV | 10.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 57 | 0.74 | 1 | 0 | 0.78 | 255.79 | 1 | 0.11 |
| Hex | F | 0 | 39 | 4A | 64 | 0 | 4E | 100 | 64 | B |
| Octal | 17 | 0 | 71 | 112 | 144 | 0 | 116 | 400 | 144 | 13 |
| Binary | 1111 | 0 | 111001 | 1001010 | 1100100 | 0 | 1001110 | 100000000 | 1100100 | 1011 |
Color Harmonies of #0F0039
Complementary color
Monochromatic Colors of #0F0039
Black with #0F0039
Text Example
Text Example
White with #0F0039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0039; }
p { color: rgb(15,0,57); }
H1.HeaderClassName
{
color: #0F0039;
}
.AnyTagClassName
{
color: #0F0039;
}
</style>
background-color css
<style>
a { background-color: #0F0039; }
a { background-color: rgb(15,0,57); }
div.DivClassName
{
background-color: #0F0039;
}
.BgClassName
{
background-color: #0F0039;
}
</style>
border-color css
<style>
span { border-color: #0F0039; }
span { border-color: rgb(15,0,57); }
td.TdClassName
{
border-color: #0F0039;
}
.TagClassName
{
border-color: #0F0039;
}
</style>