Shades of Tolopea #0F0135
Tints of Tolopea #0F0135
RGB
CMYK
RGB Variations
Color information
#0F0135 (or 0x0F0135) is known color: Tolopea. HEX triplet: 0F, 01 and 35. RGB value is (15,1,53). Sum of RGB (Red+Green+Blue) = 15+1+53=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 53 (21.09% from 255 or 76.81% from 69); Max value from RGB is 53 - color contains mainly: blue. Hex color #0F0135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0135 is #F0FECA. Grayscale: #0A0A0A. Windows color (decimal): -15793867 or 3473679. OLE color: 3473679.
HSL color Cylindrical-coordinate representation of color #0F0135: hue angle of 256.15º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F0135 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 1 | 53 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.79 |
| HSL | 256.15º | 0.96% | 0.11% | - |
| HSV(B) | 256.15º | 0.98% | 0.21% | - |
| XYZ | 0.85 | 0.38 | 3.4 | - |
| YUV | 11.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 53 | 0.72 | 0.98 | 0 | 0.79 | 256.15 | 0.96 | 0.11 |
| Hex | F | 1 | 35 | 48 | 62 | 0 | 4F | 100 | 60 | B |
| Octal | 17 | 1 | 65 | 110 | 142 | 0 | 117 | 400 | 140 | 13 |
| Binary | 1111 | 1 | 110101 | 1001000 | 1100010 | 0 | 1001111 | 100000000 | 1100000 | 1011 |
Color Harmonies of #0F0135
Complementary color
Monochromatic Colors of #0F0135
Black with #0F0135
Text Example
Text Example
White with #0F0135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0135; }
p { color: rgb(15,1,53); }
H1.HeaderClassName
{
color: #0F0135;
}
.AnyTagClassName
{
color: #0F0135;
}
</style>
background-color css
<style>
a { background-color: #0F0135; }
a { background-color: rgb(15,1,53); }
div.DivClassName
{
background-color: #0F0135;
}
.BgClassName
{
background-color: #0F0135;
}
</style>
border-color css
<style>
span { border-color: #0F0135; }
span { border-color: rgb(15,1,53); }
td.TdClassName
{
border-color: #0F0135;
}
.TagClassName
{
border-color: #0F0135;
}
</style>