Shades of Cyprus #0B4F45
Tints of Cyprus #0B4F45
RGB
CMYK
RGB Variations
Color information
#0B4F45 (or 0x0B4F45) is known color: Cyprus. HEX triplet: 0B, 4F and 45. RGB value is (11,79,69). Sum of RGB (Red+Green+Blue) = 11+79+69=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 79 (31.25% from 255 or 49.69% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 79 - color contains mainly: green. Hex color #0B4F45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4F45 is #F4B0BA. Grayscale: #393939. Windows color (decimal): -16036027 or 4542219. OLE color: 4542219.
HSL color Cylindrical-coordinate representation of color #0B4F45: hue angle of 171.18º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4F45 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 79 | 69 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.69 |
| HSL | 171.18º | 0.76% | 0.18% | - |
| HSV(B) | 171.18º | 0.86% | 0.31% | - |
| XYZ | 4.01 | 6.09 | 6.59 | - |
| YUV | 57.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 79 | 69 | 0.86 | 0 | 0.13 | 0.69 | 171.18 | 0.76 | 0.18 |
| Hex | B | 4F | 45 | 56 | 0 | D | 45 | AB | 4C | 12 |
| Octal | 13 | 117 | 105 | 126 | 0 | 15 | 105 | 253 | 114 | 22 |
| Binary | 1011 | 1001111 | 1000101 | 1010110 | 0 | 1101 | 1000101 | 10101011 | 1001100 | 10010 |
Color Harmonies of #0B4F45
Complementary color
Monochromatic Colors of #0B4F45
Black with #0B4F45
Text Example
Text Example
White with #0B4F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4F45; }
p { color: rgb(11,79,69); }
H1.HeaderClassName
{
color: #0B4F45;
}
.AnyTagClassName
{
color: #0B4F45;
}
</style>
background-color css
<style>
a { background-color: #0B4F45; }
a { background-color: rgb(11,79,69); }
div.DivClassName
{
background-color: #0B4F45;
}
.BgClassName
{
background-color: #0B4F45;
}
</style>
border-color css
<style>
span { border-color: #0B4F45; }
span { border-color: rgb(11,79,69); }
td.TdClassName
{
border-color: #0B4F45;
}
.TagClassName
{
border-color: #0B4F45;
}
</style>