Shades of Cyprus #0B473E
Tints of Cyprus #0B473E
RGB
CMYK
RGB Variations
Color information
#0B473E (or 0x0B473E) is known color: Cyprus. HEX triplet: 0B, 47 and 3E. RGB value is (11,71,62). Sum of RGB (Red+Green+Blue) = 11+71+62=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #0B473E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B473E is #F4B8C1. Grayscale: #343434. Windows color (decimal): -16038082 or 4081419. OLE color: 4081419.
HSL color Cylindrical-coordinate representation of color #0B473E: hue angle of 171º 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 #0B473E is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 71 | 62 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.72 |
| HSL | 171º | 0.73% | 0.16% | - |
| HSV(B) | 171º | 0.85% | 0.28% | - |
| XYZ | 3.26 | 4.93 | 5.34 | - |
| YUV | 52.03 | 133.62 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 71 | 62 | 0.85 | 0 | 0.13 | 0.72 | 171 | 0.73 | 0.16 |
| Hex | B | 47 | 3E | 55 | 0 | D | 48 | AB | 49 | 10 |
| Octal | 13 | 107 | 76 | 125 | 0 | 15 | 110 | 253 | 111 | 20 |
| Binary | 1011 | 1000111 | 111110 | 1010101 | 0 | 1101 | 1001000 | 10101011 | 1001001 | 10000 |
Color Harmonies of #0B473E
Complementary color
Monochromatic Colors of #0B473E
Black with #0B473E
Text Example
Text Example
White with #0B473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B473E; }
p { color: rgb(11,71,62); }
H1.HeaderClassName
{
color: #0B473E;
}
.AnyTagClassName
{
color: #0B473E;
}
</style>
background-color css
<style>
a { background-color: #0B473E; }
a { background-color: rgb(11,71,62); }
div.DivClassName
{
background-color: #0B473E;
}
.BgClassName
{
background-color: #0B473E;
}
</style>
border-color css
<style>
span { border-color: #0B473E; }
span { border-color: rgb(11,71,62); }
td.TdClassName
{
border-color: #0B473E;
}
.TagClassName
{
border-color: #0B473E;
}
</style>