Shades of Tolopea #0F063D
Tints of Tolopea #0F063D
RGB
CMYK
RGB Variations
Color information
#0F063D (or 0x0F063D) is known color: Tolopea. HEX triplet: 0F, 06 and 3D. RGB value is (15,6,61). Sum of RGB (Red+Green+Blue) = 15+6+61=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 61 (24.22% from 255 or 74.39% from 82); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F063D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F063D is #F0F9C2. Grayscale: #0E0E0E. Windows color (decimal): -15792579 or 3999247. OLE color: 3999247.
HSL color Cylindrical-coordinate representation of color #0F063D: hue angle of 249.82º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F063D is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 6 | 61 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.76 |
| HSL | 249.82º | 0.82% | 0.13% | - |
| HSV(B) | 249.82º | 0.9% | 0.24% | - |
| XYZ | 1.1 | 0.57 | 4.47 | - |
| YUV | 14.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 6 | 61 | 0.75 | 0.90 | 0 | 0.76 | 249.82 | 0.82 | 0.13 |
| Hex | F | 6 | 3D | 4B | 5A | 0 | 4C | FA | 52 | D |
| Octal | 17 | 6 | 75 | 113 | 132 | 0 | 114 | 372 | 122 | 15 |
| Binary | 1111 | 110 | 111101 | 1001011 | 1011010 | 0 | 1001100 | 11111010 | 1010010 | 1101 |
Color Harmonies of #0F063D
Complementary color
Monochromatic Colors of #0F063D
Black with #0F063D
Text Example
Text Example
White with #0F063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F063D; }
p { color: rgb(15,6,61); }
H1.HeaderClassName
{
color: #0F063D;
}
.AnyTagClassName
{
color: #0F063D;
}
</style>
background-color css
<style>
a { background-color: #0F063D; }
a { background-color: rgb(15,6,61); }
div.DivClassName
{
background-color: #0F063D;
}
.BgClassName
{
background-color: #0F063D;
}
</style>
border-color css
<style>
span { border-color: #0F063D; }
span { border-color: rgb(15,6,61); }
td.TdClassName
{
border-color: #0F063D;
}
.TagClassName
{
border-color: #0F063D;
}
</style>