Shades of Cyprus #0B5248
Tints of Cyprus #0B5248
RGB
CMYK
RGB Variations
Color information
#0B5248 (or 0x0B5248) is known color: Cyprus. HEX triplet: 0B, 52 and 48. RGB value is (11,82,72). Sum of RGB (Red+Green+Blue) = 11+82+72=165 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.67% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #0B5248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5248 is #F4ADB7. Grayscale: #3B3B3B. Windows color (decimal): -16035256 or 4739595. OLE color: 4739595.
HSL color Cylindrical-coordinate representation of color #0B5248: hue angle of 171.55º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5248 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 82 | 72 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.68 |
| HSL | 171.55º | 0.76% | 0.18% | - |
| HSV(B) | 171.55º | 0.87% | 0.32% | - |
| XYZ | 4.33 | 6.57 | 7.17 | - |
| YUV | 59.63 | 134.98 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 82 | 72 | 0.87 | 0 | 0.12 | 0.68 | 171.55 | 0.76 | 0.18 |
| Hex | B | 52 | 48 | 57 | 0 | C | 44 | AC | 4C | 12 |
| Octal | 13 | 122 | 110 | 127 | 0 | 14 | 104 | 254 | 114 | 22 |
| Binary | 1011 | 1010010 | 1001000 | 1010111 | 0 | 1100 | 1000100 | 10101100 | 1001100 | 10010 |
Color Harmonies of #0B5248
Complementary color
Monochromatic Colors of #0B5248
Black with #0B5248
Text Example
Text Example
White with #0B5248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5248; }
p { color: rgb(11,82,72); }
H1.HeaderClassName
{
color: #0B5248;
}
.AnyTagClassName
{
color: #0B5248;
}
</style>
background-color css
<style>
a { background-color: #0B5248; }
a { background-color: rgb(11,82,72); }
div.DivClassName
{
background-color: #0B5248;
}
.BgClassName
{
background-color: #0B5248;
}
</style>
border-color css
<style>
span { border-color: #0B5248; }
span { border-color: rgb(11,82,72); }
td.TdClassName
{
border-color: #0B5248;
}
.TagClassName
{
border-color: #0B5248;
}
</style>