Shades of Tolopea #0F013D
Tints of Tolopea #0F013D
RGB
CMYK
RGB Variations
Color information
#0F013D (or 0x0F013D) is known color: Tolopea. HEX triplet: 0F, 01 and 3D. RGB value is (15,1,61). Sum of RGB (Red+Green+Blue) = 15+1+61=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 61 (24.22% from 255 or 79.22% from 77); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F013D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F013D is #F0FEC2. Grayscale: #0B0B0B. Windows color (decimal): -15793859 or 3997967. OLE color: 3997967.
HSL color Cylindrical-coordinate representation of color #0F013D: hue angle of 254º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F013D is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 1 | 61 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.76 |
| HSL | 254º | 0.97% | 0.12% | - |
| HSV(B) | 254º | 0.98% | 0.24% | - |
| XYZ | 1.05 | 0.46 | 4.45 | - |
| YUV | 12.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 61 | 0.75 | 0.98 | 0 | 0.76 | 254 | 0.97 | 0.12 |
| Hex | F | 1 | 3D | 4B | 62 | 0 | 4C | FE | 61 | C |
| Octal | 17 | 1 | 75 | 113 | 142 | 0 | 114 | 376 | 141 | 14 |
| Binary | 1111 | 1 | 111101 | 1001011 | 1100010 | 0 | 1001100 | 11111110 | 1100001 | 1100 |
Color Harmonies of #0F013D
Complementary color
Monochromatic Colors of #0F013D
Black with #0F013D
Text Example
Text Example
White with #0F013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F013D; }
p { color: rgb(15,1,61); }
H1.HeaderClassName
{
color: #0F013D;
}
.AnyTagClassName
{
color: #0F013D;
}
</style>
background-color css
<style>
a { background-color: #0F013D; }
a { background-color: rgb(15,1,61); }
div.DivClassName
{
background-color: #0F013D;
}
.BgClassName
{
background-color: #0F013D;
}
</style>
border-color css
<style>
span { border-color: #0F013D; }
span { border-color: rgb(15,1,61); }
td.TdClassName
{
border-color: #0F013D;
}
.TagClassName
{
border-color: #0F013D;
}
</style>