Shades of Cyprus #0F4E51
Tints of Cyprus #0F4E51
RGB
CMYK
RGB Variations
Color information
#0F4E51 (or 0x0F4E51) is known color: Cyprus. HEX triplet: 0F, 4E and 51. RGB value is (15,78,81). Sum of RGB (Red+Green+Blue) = 15+78+81=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 81 - color contains mainly: blue. Hex color #0F4E51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F4E51 is #F0B1AE. Grayscale: #3B3B3B. Windows color (decimal): -15774127 or 5328399. OLE color: 5328399.
HSL color Cylindrical-coordinate representation of color #0F4E51: hue angle of 182.73º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4E51 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 78 | 81 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.68 |
| HSL | 182.73º | 0.69% | 0.19% | - |
| HSV(B) | 182.73º | 0.81% | 0.32% | - |
| XYZ | 4.41 | 6.14 | 8.74 | - |
| YUV | 59.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 78 | 81 | 0.81 | 0.04 | 0 | 0.68 | 182.73 | 0.69 | 0.19 |
| Hex | F | 4E | 51 | 51 | 4 | 0 | 44 | B7 | 45 | 13 |
| Octal | 17 | 116 | 121 | 121 | 4 | 0 | 104 | 267 | 105 | 23 |
| Binary | 1111 | 1001110 | 1010001 | 1010001 | 100 | 0 | 1000100 | 10110111 | 1000101 | 10011 |
Color Harmonies of #0F4E51
Complementary color
Monochromatic Colors of #0F4E51
Black with #0F4E51
Text Example
Text Example
White with #0F4E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4E51; }
p { color: rgb(15,78,81); }
H1.HeaderClassName
{
color: #0F4E51;
}
.AnyTagClassName
{
color: #0F4E51;
}
</style>
background-color css
<style>
a { background-color: #0F4E51; }
a { background-color: rgb(15,78,81); }
div.DivClassName
{
background-color: #0F4E51;
}
.BgClassName
{
background-color: #0F4E51;
}
</style>
border-color css
<style>
span { border-color: #0F4E51; }
span { border-color: rgb(15,78,81); }
td.TdClassName
{
border-color: #0F4E51;
}
.TagClassName
{
border-color: #0F4E51;
}
</style>