Shades of Cyprus #0F494C
Tints of Cyprus #0F494C
RGB
CMYK
RGB Variations
Color information
#0F494C (or 0x0F494C) is known color: Cyprus. HEX triplet: 0F, 49 and 4C. RGB value is (15,73,76). Sum of RGB (Red+Green+Blue) = 15+73+76=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F494C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F494C is #F0B6B3. Grayscale: #373737. Windows color (decimal): -15775412 or 4999439. OLE color: 4999439.
HSL color Cylindrical-coordinate representation of color #0F494C: hue angle of 182.95º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F494C is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 73 | 76 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.70 |
| HSL | 182.95º | 0.67% | 0.18% | - |
| HSV(B) | 182.95º | 0.8% | 0.3% | - |
| XYZ | 3.88 | 5.39 | 7.67 | - |
| YUV | 56 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 73 | 76 | 0.80 | 0.04 | 0 | 0.70 | 182.95 | 0.67 | 0.18 |
| Hex | F | 49 | 4C | 50 | 4 | 0 | 46 | B7 | 43 | 12 |
| Octal | 17 | 111 | 114 | 120 | 4 | 0 | 106 | 267 | 103 | 22 |
| Binary | 1111 | 1001001 | 1001100 | 1010000 | 100 | 0 | 1000110 | 10110111 | 1000011 | 10010 |
Color Harmonies of #0F494C
Complementary color
Monochromatic Colors of #0F494C
Black with #0F494C
Text Example
Text Example
White with #0F494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F494C; }
p { color: rgb(15,73,76); }
H1.HeaderClassName
{
color: #0F494C;
}
.AnyTagClassName
{
color: #0F494C;
}
</style>
background-color css
<style>
a { background-color: #0F494C; }
a { background-color: rgb(15,73,76); }
div.DivClassName
{
background-color: #0F494C;
}
.BgClassName
{
background-color: #0F494C;
}
</style>
border-color css
<style>
span { border-color: #0F494C; }
span { border-color: rgb(15,73,76); }
td.TdClassName
{
border-color: #0F494C;
}
.TagClassName
{
border-color: #0F494C;
}
</style>