Shades of Cyprus #0F5044
Tints of Cyprus #0F5044
RGB
CMYK
RGB Variations
Color information
#0F5044 (or 0x0F5044) is known color: Cyprus. HEX triplet: 0F, 50 and 44. RGB value is (15,80,68). Sum of RGB (Red+Green+Blue) = 15+80+68=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #0F5044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5044 is #F0AFBB. Grayscale: #3B3B3B. Windows color (decimal): -15773628 or 4476943. OLE color: 4476943.
HSL color Cylindrical-coordinate representation of color #0F5044: hue angle of 168.92º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F5044 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 80 | 68 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.69 |
| HSL | 168.92º | 0.68% | 0.19% | - |
| HSV(B) | 168.92º | 0.81% | 0.31% | - |
| XYZ | 4.11 | 6.26 | 6.46 | - |
| YUV | 59.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 80 | 68 | 0.81 | 0 | 0.15 | 0.69 | 168.92 | 0.68 | 0.19 |
| Hex | F | 50 | 44 | 51 | 0 | F | 45 | A9 | 44 | 13 |
| Octal | 17 | 120 | 104 | 121 | 0 | 17 | 105 | 251 | 104 | 23 |
| Binary | 1111 | 1010000 | 1000100 | 1010001 | 0 | 1111 | 1000101 | 10101001 | 1000100 | 10011 |
Color Harmonies of #0F5044
Complementary color
Monochromatic Colors of #0F5044
Black with #0F5044
Text Example
Text Example
White with #0F5044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5044; }
p { color: rgb(15,80,68); }
H1.HeaderClassName
{
color: #0F5044;
}
.AnyTagClassName
{
color: #0F5044;
}
</style>
background-color css
<style>
a { background-color: #0F5044; }
a { background-color: rgb(15,80,68); }
div.DivClassName
{
background-color: #0F5044;
}
.BgClassName
{
background-color: #0F5044;
}
</style>
border-color css
<style>
span { border-color: #0F5044; }
span { border-color: rgb(15,80,68); }
td.TdClassName
{
border-color: #0F5044;
}
.TagClassName
{
border-color: #0F5044;
}
</style>