Shades of Cyprus #0F464D
Tints of Cyprus #0F464D
RGB
CMYK
RGB Variations
Color information
#0F464D (or 0x0F464D) is known color: Cyprus. HEX triplet: 0F, 46 and 4D. RGB value is (15,70,77). Sum of RGB (Red+Green+Blue) = 15+70+77=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F464D is #F0B9B2. Grayscale: #363636. Windows color (decimal): -15776179 or 5064207. OLE color: 5064207.
HSL color Cylindrical-coordinate representation of color #0F464D: hue angle of 186.77º 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 #0F464D is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 70 | 77 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.70 |
| HSL | 186.77º | 0.67% | 0.18% | - |
| HSV(B) | 186.77º | 0.81% | 0.3% | - |
| XYZ | 3.73 | 5.02 | 7.79 | - |
| YUV | 54.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 70 | 77 | 0.81 | 0.09 | 0 | 0.70 | 186.77 | 0.67 | 0.18 |
| Hex | F | 46 | 4D | 51 | 9 | 0 | 46 | BB | 43 | 12 |
| Octal | 17 | 106 | 115 | 121 | 11 | 0 | 106 | 273 | 103 | 22 |
| Binary | 1111 | 1000110 | 1001101 | 1010001 | 1001 | 0 | 1000110 | 10111011 | 1000011 | 10010 |
Color Harmonies of #0F464D
Complementary color
Monochromatic Colors of #0F464D
Black with #0F464D
Text Example
Text Example
White with #0F464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F464D; }
p { color: rgb(15,70,77); }
H1.HeaderClassName
{
color: #0F464D;
}
.AnyTagClassName
{
color: #0F464D;
}
</style>
background-color css
<style>
a { background-color: #0F464D; }
a { background-color: rgb(15,70,77); }
div.DivClassName
{
background-color: #0F464D;
}
.BgClassName
{
background-color: #0F464D;
}
</style>
border-color css
<style>
span { border-color: #0F464D; }
span { border-color: rgb(15,70,77); }
td.TdClassName
{
border-color: #0F464D;
}
.TagClassName
{
border-color: #0F464D;
}
</style>