Shades of Cyprus #0F424D
Tints of Cyprus #0F424D
RGB
CMYK
RGB Variations
Color information
#0F424D (or 0x0F424D) is known color: Cyprus. HEX triplet: 0F, 42 and 4D. RGB value is (15,66,77). Sum of RGB (Red+Green+Blue) = 15+66+77=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F424D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F424D is #F0BDB2. Grayscale: #333333. Windows color (decimal): -15777203 or 5063183. OLE color: 5063183.
HSL color Cylindrical-coordinate representation of color #0F424D: hue angle of 190.65º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F424D is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 66 | 77 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.70 |
| HSL | 190.65º | 0.67% | 0.18% | - |
| HSV(B) | 190.65º | 0.81% | 0.3% | - |
| XYZ | 3.48 | 4.53 | 7.71 | - |
| YUV | 52.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 66 | 77 | 0.81 | 0.14 | 0 | 0.70 | 190.65 | 0.67 | 0.18 |
| Hex | F | 42 | 4D | 51 | E | 0 | 46 | BF | 43 | 12 |
| Octal | 17 | 102 | 115 | 121 | 16 | 0 | 106 | 277 | 103 | 22 |
| Binary | 1111 | 1000010 | 1001101 | 1010001 | 1110 | 0 | 1000110 | 10111111 | 1000011 | 10010 |
Color Harmonies of #0F424D
Complementary color
Monochromatic Colors of #0F424D
Black with #0F424D
Text Example
Text Example
White with #0F424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F424D; }
p { color: rgb(15,66,77); }
H1.HeaderClassName
{
color: #0F424D;
}
.AnyTagClassName
{
color: #0F424D;
}
</style>
background-color css
<style>
a { background-color: #0F424D; }
a { background-color: rgb(15,66,77); }
div.DivClassName
{
background-color: #0F424D;
}
.BgClassName
{
background-color: #0F424D;
}
</style>
border-color css
<style>
span { border-color: #0F424D; }
span { border-color: rgb(15,66,77); }
td.TdClassName
{
border-color: #0F424D;
}
.TagClassName
{
border-color: #0F424D;
}
</style>