Shades of Cyprus #0F4042
Tints of Cyprus #0F4042
RGB
CMYK
RGB Variations
Color information
#0F4042 (or 0x0F4042) is known color: Cyprus. HEX triplet: 0F, 40 and 42. RGB value is (15,64,66). Sum of RGB (Red+Green+Blue) = 15+64+66=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 66 - color contains mainly: blue. Hex color #0F4042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4042 is #F0BFBD. Grayscale: #313131. Windows color (decimal): -15777726 or 4341775. OLE color: 4341775.
HSL color Cylindrical-coordinate representation of color #0F4042: hue angle of 182.35º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4042 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 64 | 66 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.74 |
| HSL | 182.35º | 0.63% | 0.16% | - |
| HSV(B) | 182.35º | 0.77% | 0.26% | - |
| XYZ | 3.01 | 4.16 | 5.8 | - |
| YUV | 49.58 | 137.27 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 66 | 0.77 | 0.03 | 0 | 0.74 | 182.35 | 0.63 | 0.16 |
| Hex | F | 40 | 42 | 4D | 3 | 0 | 4A | B6 | 3F | 10 |
| Octal | 17 | 100 | 102 | 115 | 3 | 0 | 112 | 266 | 77 | 20 |
| Binary | 1111 | 1000000 | 1000010 | 1001101 | 11 | 0 | 1001010 | 10110110 | 111111 | 10000 |
Color Harmonies of #0F4042
Complementary color
Monochromatic Colors of #0F4042
Black with #0F4042
Text Example
Text Example
White with #0F4042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4042; }
p { color: rgb(15,64,66); }
H1.HeaderClassName
{
color: #0F4042;
}
.AnyTagClassName
{
color: #0F4042;
}
</style>
background-color css
<style>
a { background-color: #0F4042; }
a { background-color: rgb(15,64,66); }
div.DivClassName
{
background-color: #0F4042;
}
.BgClassName
{
background-color: #0F4042;
}
</style>
border-color css
<style>
span { border-color: #0F4042; }
span { border-color: rgb(15,64,66); }
td.TdClassName
{
border-color: #0F4042;
}
.TagClassName
{
border-color: #0F4042;
}
</style>