Shades of Cyprus #0B4541
Tints of Cyprus #0B4541
RGB
CMYK
RGB Variations
Color information
#0B4541 (or 0x0B4541) is known color: Cyprus. HEX triplet: 0B, 45 and 41. RGB value is (11,69,65). Sum of RGB (Red+Green+Blue) = 11+69+65=145 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.59% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #0B4541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4541 is #F4BABE. Grayscale: #333333. Windows color (decimal): -16038591 or 4277515. OLE color: 4277515.
HSL color Cylindrical-coordinate representation of color #0B4541: hue angle of 175.86º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4541 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 69 | 65 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.73 |
| HSL | 175.86º | 0.73% | 0.16% | - |
| HSV(B) | 175.86º | 0.84% | 0.27% | - |
| XYZ | 3.22 | 4.71 | 5.74 | - |
| YUV | 51.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 69 | 65 | 0.84 | 0 | 0.06 | 0.73 | 175.86 | 0.73 | 0.16 |
| Hex | B | 45 | 41 | 54 | 0 | 6 | 49 | B0 | 48 | 10 |
| Octal | 13 | 105 | 101 | 124 | 0 | 6 | 111 | 260 | 110 | 20 |
| Binary | 1011 | 1000101 | 1000001 | 1010100 | 0 | 110 | 1001001 | 10110000 | 1001000 | 10000 |
Color Harmonies of #0B4541
Complementary color
Monochromatic Colors of #0B4541
Black with #0B4541
Text Example
Text Example
White with #0B4541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4541; }
p { color: rgb(11,69,65); }
H1.HeaderClassName
{
color: #0B4541;
}
.AnyTagClassName
{
color: #0B4541;
}
</style>
background-color css
<style>
a { background-color: #0B4541; }
a { background-color: rgb(11,69,65); }
div.DivClassName
{
background-color: #0B4541;
}
.BgClassName
{
background-color: #0B4541;
}
</style>
border-color css
<style>
span { border-color: #0B4541; }
span { border-color: rgb(11,69,65); }
td.TdClassName
{
border-color: #0B4541;
}
.TagClassName
{
border-color: #0B4541;
}
</style>