Shades of Tolopea #0F013B
Tints of Tolopea #0F013B
RGB
CMYK
RGB Variations
Color information
#0F013B (or 0x0F013B) is known color: Tolopea. HEX triplet: 0F, 01 and 3B. RGB value is (15,1,59). Sum of RGB (Red+Green+Blue) = 15+1+59=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 59 (23.44% from 255 or 78.67% from 75); Max value from RGB is 59 - color contains mainly: blue. Hex color #0F013B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F013B is #F0FEC4. Grayscale: #0B0B0B. Windows color (decimal): -15793861 or 3866895. OLE color: 3866895.
HSL color Cylindrical-coordinate representation of color #0F013B: hue angle of 254.48º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F013B is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 1 | 59 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.77 |
| HSL | 254.48º | 0.97% | 0.12% | - |
| HSV(B) | 254.48º | 0.98% | 0.23% | - |
| XYZ | 1 | 0.44 | 4.17 | - |
| YUV | 11.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 59 | 0.75 | 0.98 | 0 | 0.77 | 254.48 | 0.97 | 0.12 |
| Hex | F | 1 | 3B | 4B | 62 | 0 | 4D | FE | 61 | C |
| Octal | 17 | 1 | 73 | 113 | 142 | 0 | 115 | 376 | 141 | 14 |
| Binary | 1111 | 1 | 111011 | 1001011 | 1100010 | 0 | 1001101 | 11111110 | 1100001 | 1100 |
Color Harmonies of #0F013B
Complementary color
Monochromatic Colors of #0F013B
Black with #0F013B
Text Example
Text Example
White with #0F013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F013B; }
p { color: rgb(15,1,59); }
H1.HeaderClassName
{
color: #0F013B;
}
.AnyTagClassName
{
color: #0F013B;
}
</style>
background-color css
<style>
a { background-color: #0F013B; }
a { background-color: rgb(15,1,59); }
div.DivClassName
{
background-color: #0F013B;
}
.BgClassName
{
background-color: #0F013B;
}
</style>
border-color css
<style>
span { border-color: #0F013B; }
span { border-color: rgb(15,1,59); }
td.TdClassName
{
border-color: #0F013B;
}
.TagClassName
{
border-color: #0F013B;
}
</style>