Shades of Cyprus #0F474F
Tints of Cyprus #0F474F
RGB
CMYK
RGB Variations
Color information
#0F474F (or 0x0F474F) is known color: Cyprus. HEX triplet: 0F, 47 and 4F. RGB value is (15,71,79). Sum of RGB (Red+Green+Blue) = 15+71+79=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F474F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F474F is #F0B8B0. Grayscale: #373737. Windows color (decimal): -15775921 or 5195535. OLE color: 5195535.
HSL color Cylindrical-coordinate representation of color #0F474F: hue angle of 187.5º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F474F is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 71 | 79 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.69 |
| HSL | 187.5º | 0.68% | 0.18% | - |
| HSV(B) | 187.5º | 0.81% | 0.31% | - |
| XYZ | 3.86 | 5.17 | 8.19 | - |
| YUV | 55.17 | 141.45 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 71 | 79 | 0.81 | 0.10 | 0 | 0.69 | 187.5 | 0.68 | 0.18 |
| Hex | F | 47 | 4F | 51 | A | 0 | 45 | BC | 44 | 12 |
| Octal | 17 | 107 | 117 | 121 | 12 | 0 | 105 | 274 | 104 | 22 |
| Binary | 1111 | 1000111 | 1001111 | 1010001 | 1010 | 0 | 1000101 | 10111100 | 1000100 | 10010 |
Color Harmonies of #0F474F
Complementary color
Monochromatic Colors of #0F474F
Black with #0F474F
Text Example
Text Example
White with #0F474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F474F; }
p { color: rgb(15,71,79); }
H1.HeaderClassName
{
color: #0F474F;
}
.AnyTagClassName
{
color: #0F474F;
}
</style>
background-color css
<style>
a { background-color: #0F474F; }
a { background-color: rgb(15,71,79); }
div.DivClassName
{
background-color: #0F474F;
}
.BgClassName
{
background-color: #0F474F;
}
</style>
border-color css
<style>
span { border-color: #0F474F; }
span { border-color: rgb(15,71,79); }
td.TdClassName
{
border-color: #0F474F;
}
.TagClassName
{
border-color: #0F474F;
}
</style>