Shades of Tolopea #0F0230
Tints of Tolopea #0F0230
RGB
CMYK
RGB Variations
Color information
#0F0230 (or 0x0F0230) is known color: Tolopea. HEX triplet: 0F, 02 and 30. RGB value is (15,2,48). Sum of RGB (Red+Green+Blue) = 15+2+48=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 48 (19.14% from 255 or 73.85% from 65); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F0230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0230 is #F0FDCF. Grayscale: #0A0A0A. Windows color (decimal): -15793616 or 3146255. OLE color: 3146255.
HSL color Cylindrical-coordinate representation of color #0F0230: hue angle of 256.96º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0230 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 2 | 48 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.81 |
| HSL | 256.96º | 0.92% | 0.1% | - |
| HSV(B) | 256.96º | 0.96% | 0.19% | - |
| XYZ | 0.75 | 0.36 | 2.83 | - |
| YUV | 11.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 48 | 0.69 | 0.96 | 0 | 0.81 | 256.96 | 0.92 | 0.1 |
| Hex | F | 2 | 30 | 45 | 60 | 0 | 51 | 101 | 5C | A |
| Octal | 17 | 2 | 60 | 105 | 140 | 0 | 121 | 401 | 134 | 12 |
| Binary | 1111 | 10 | 110000 | 1000101 | 1100000 | 0 | 1010001 | 100000001 | 1011100 | 1010 |
Color Harmonies of #0F0230
Complementary color
Monochromatic Colors of #0F0230
Black with #0F0230
Text Example
Text Example
White with #0F0230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0230; }
p { color: rgb(15,2,48); }
H1.HeaderClassName
{
color: #0F0230;
}
.AnyTagClassName
{
color: #0F0230;
}
</style>
background-color css
<style>
a { background-color: #0F0230; }
a { background-color: rgb(15,2,48); }
div.DivClassName
{
background-color: #0F0230;
}
.BgClassName
{
background-color: #0F0230;
}
</style>
border-color css
<style>
span { border-color: #0F0230; }
span { border-color: rgb(15,2,48); }
td.TdClassName
{
border-color: #0F0230;
}
.TagClassName
{
border-color: #0F0230;
}
</style>