Shades of Tolopea #0F003C
Tints of Tolopea #0F003C
RGB
CMYK
RGB Variations
Color information
#0F003C (or 0x0F003C) is known color: Tolopea. HEX triplet: 0F, 00 and 3C. RGB value is (15,0,60). Sum of RGB (Red+Green+Blue) = 15+0+60=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 60 (23.83% from 255 or 80% from 75); Max value from RGB is 60 - color contains mainly: blue. Hex color #0F003C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F003C is #F0FFC3. Grayscale: #0B0B0B. Windows color (decimal): -15794116 or 3932175. OLE color: 3932175.
HSL color Cylindrical-coordinate representation of color #0F003C: hue angle of 255º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F003C is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 0 | 60 | - |
| CMYK | 0.75 | 1 | 0 | 0.76 |
| HSL | 255º | 1% | 0.12% | - |
| HSV(B) | 255º | 1% | 0.24% | - |
| XYZ | 1.01 | 0.43 | 4.3 | - |
| YUV | 11.33 | 155.47 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 60 | 0.75 | 1 | 0 | 0.76 | 255 | 1 | 0.12 |
| Hex | F | 0 | 3C | 4B | 64 | 0 | 4C | FF | 64 | C |
| Octal | 17 | 0 | 74 | 113 | 144 | 0 | 114 | 377 | 144 | 14 |
| Binary | 1111 | 0 | 111100 | 1001011 | 1100100 | 0 | 1001100 | 11111111 | 1100100 | 1100 |
Color Harmonies of #0F003C
Complementary color
Monochromatic Colors of #0F003C
Black with #0F003C
Text Example
Text Example
White with #0F003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F003C; }
p { color: rgb(15,0,60); }
H1.HeaderClassName
{
color: #0F003C;
}
.AnyTagClassName
{
color: #0F003C;
}
</style>
background-color css
<style>
a { background-color: #0F003C; }
a { background-color: rgb(15,0,60); }
div.DivClassName
{
background-color: #0F003C;
}
.BgClassName
{
background-color: #0F003C;
}
</style>
border-color css
<style>
span { border-color: #0F003C; }
span { border-color: rgb(15,0,60); }
td.TdClassName
{
border-color: #0F003C;
}
.TagClassName
{
border-color: #0F003C;
}
</style>