Shades of Tolopea #0F003A
Tints of Tolopea #0F003A
RGB
CMYK
RGB Variations
Color information
#0F003A (or 0x0F003A) is known color: Tolopea. HEX triplet: 0F, 00 and 3A. RGB value is (15,0,58). Sum of RGB (Red+Green+Blue) = 15+0+58=73 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.55% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 58 (23.05% from 255 or 79.45% from 73); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F003A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F003A is #F0FFC5. Grayscale: #0A0A0A. Windows color (decimal): -15794118 or 3801103. OLE color: 3801103.
HSL color Cylindrical-coordinate representation of color #0F003A: hue angle of 255.52º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F003A is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 0 | 58 | - |
| CMYK | 0.74 | 1 | 0 | 0.77 |
| HSL | 255.52º | 1% | 0.11% | - |
| HSV(B) | 255.52º | 1% | 0.23% | - |
| XYZ | 0.96 | 0.41 | 4.03 | - |
| YUV | 11.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 58 | 0.74 | 1 | 0 | 0.77 | 255.52 | 1 | 0.11 |
| Hex | F | 0 | 3A | 4A | 64 | 0 | 4D | 100 | 64 | B |
| Octal | 17 | 0 | 72 | 112 | 144 | 0 | 115 | 400 | 144 | 13 |
| Binary | 1111 | 0 | 111010 | 1001010 | 1100100 | 0 | 1001101 | 100000000 | 1100100 | 1011 |
Color Harmonies of #0F003A
Complementary color
Monochromatic Colors of #0F003A
Black with #0F003A
Text Example
Text Example
White with #0F003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F003A; }
p { color: rgb(15,0,58); }
H1.HeaderClassName
{
color: #0F003A;
}
.AnyTagClassName
{
color: #0F003A;
}
</style>
background-color css
<style>
a { background-color: #0F003A; }
a { background-color: rgb(15,0,58); }
div.DivClassName
{
background-color: #0F003A;
}
.BgClassName
{
background-color: #0F003A;
}
</style>
border-color css
<style>
span { border-color: #0F003A; }
span { border-color: rgb(15,0,58); }
td.TdClassName
{
border-color: #0F003A;
}
.TagClassName
{
border-color: #0F003A;
}
</style>