Shades of Tolopea #0F0638
Tints of Tolopea #0F0638
RGB
CMYK
RGB Variations
Color information
#0F0638 (or 0x0F0638) is known color: Tolopea. HEX triplet: 0F, 06 and 38. RGB value is (15,6,56). Sum of RGB (Red+Green+Blue) = 15+6+56=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 56 (22.27% from 255 or 72.73% from 77); Max value from RGB is 56 - color contains mainly: blue. Hex color #0F0638 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0638 is #F0F9C7. Grayscale: #0E0E0E. Windows color (decimal): -15792584 or 3671567. OLE color: 3671567.
HSL color Cylindrical-coordinate representation of color #0F0638: hue angle of 250.8º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F0638 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 6 | 56 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.78 |
| HSL | 250.8º | 0.81% | 0.12% | - |
| HSV(B) | 250.8º | 0.89% | 0.22% | - |
| XYZ | 0.98 | 0.52 | 3.79 | - |
| YUV | 14.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 6 | 56 | 0.73 | 0.89 | 0 | 0.78 | 250.8 | 0.81 | 0.12 |
| Hex | F | 6 | 38 | 49 | 59 | 0 | 4E | FB | 51 | C |
| Octal | 17 | 6 | 70 | 111 | 131 | 0 | 116 | 373 | 121 | 14 |
| Binary | 1111 | 110 | 111000 | 1001001 | 1011001 | 0 | 1001110 | 11111011 | 1010001 | 1100 |
Color Harmonies of #0F0638
Complementary color
Monochromatic Colors of #0F0638
Black with #0F0638
Text Example
Text Example
White with #0F0638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0638; }
p { color: rgb(15,6,56); }
H1.HeaderClassName
{
color: #0F0638;
}
.AnyTagClassName
{
color: #0F0638;
}
</style>
background-color css
<style>
a { background-color: #0F0638; }
a { background-color: rgb(15,6,56); }
div.DivClassName
{
background-color: #0F0638;
}
.BgClassName
{
background-color: #0F0638;
}
</style>
border-color css
<style>
span { border-color: #0F0638; }
span { border-color: rgb(15,6,56); }
td.TdClassName
{
border-color: #0F0638;
}
.TagClassName
{
border-color: #0F0638;
}
</style>