Shades of Cyprus #0B4745
Tints of Cyprus #0B4745
RGB
CMYK
RGB Variations
Color information
#0B4745 (or 0x0B4745) is known color: Cyprus. HEX triplet: 0B, 47 and 45. RGB value is (11,71,69). Sum of RGB (Red+Green+Blue) = 11+71+69=151 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.28% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #0B4745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4745 is #F4B8BA. Grayscale: #343434. Windows color (decimal): -16038075 or 4540171. OLE color: 4540171.
HSL color Cylindrical-coordinate representation of color #0B4745: hue angle of 178º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4745 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 71 | 69 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.72 |
| HSL | 178º | 0.73% | 0.16% | - |
| HSV(B) | 178º | 0.85% | 0.28% | - |
| XYZ | 3.47 | 5.01 | 6.41 | - |
| YUV | 52.83 | 137.12 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 71 | 69 | 0.85 | 0 | 0.03 | 0.72 | 178 | 0.73 | 0.16 |
| Hex | B | 47 | 45 | 55 | 0 | 3 | 48 | B2 | 49 | 10 |
| Octal | 13 | 107 | 105 | 125 | 0 | 3 | 110 | 262 | 111 | 20 |
| Binary | 1011 | 1000111 | 1000101 | 1010101 | 0 | 11 | 1001000 | 10110010 | 1001001 | 10000 |
Color Harmonies of #0B4745
Complementary color
Monochromatic Colors of #0B4745
Black with #0B4745
Text Example
Text Example
White with #0B4745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4745; }
p { color: rgb(11,71,69); }
H1.HeaderClassName
{
color: #0B4745;
}
.AnyTagClassName
{
color: #0B4745;
}
</style>
background-color css
<style>
a { background-color: #0B4745; }
a { background-color: rgb(11,71,69); }
div.DivClassName
{
background-color: #0B4745;
}
.BgClassName
{
background-color: #0B4745;
}
</style>
border-color css
<style>
span { border-color: #0B4745; }
span { border-color: rgb(11,71,69); }
td.TdClassName
{
border-color: #0B4745;
}
.TagClassName
{
border-color: #0B4745;
}
</style>