Shades of Cyprus #0B4247
Tints of Cyprus #0B4247
RGB
CMYK
RGB Variations
Color information
#0B4247 (or 0x0B4247) is known color: Cyprus. HEX triplet: 0B, 42 and 47. RGB value is (11,66,71). Sum of RGB (Red+Green+Blue) = 11+66+71=148 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.43% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 71 - color contains mainly: blue. Hex color #0B4247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4247 is #F4BDB8. Grayscale: #323232. Windows color (decimal): -16039353 or 4669963. OLE color: 4669963.
HSL color Cylindrical-coordinate representation of color #0B4247: hue angle of 185º 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 #0B4247 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 66 | 71 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.72 |
| HSL | 185º | 0.73% | 0.16% | - |
| HSV(B) | 185º | 0.85% | 0.28% | - |
| XYZ | 3.22 | 4.42 | 6.64 | - |
| YUV | 50.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 71 | 0.85 | 0.07 | 0 | 0.72 | 185 | 0.73 | 0.16 |
| Hex | B | 42 | 47 | 55 | 7 | 0 | 48 | B9 | 49 | 10 |
| Octal | 13 | 102 | 107 | 125 | 7 | 0 | 110 | 271 | 111 | 20 |
| Binary | 1011 | 1000010 | 1000111 | 1010101 | 111 | 0 | 1001000 | 10111001 | 1001001 | 10000 |
Color Harmonies of #0B4247
Complementary color
Monochromatic Colors of #0B4247
Black with #0B4247
Text Example
Text Example
White with #0B4247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4247; }
p { color: rgb(11,66,71); }
H1.HeaderClassName
{
color: #0B4247;
}
.AnyTagClassName
{
color: #0B4247;
}
</style>
background-color css
<style>
a { background-color: #0B4247; }
a { background-color: rgb(11,66,71); }
div.DivClassName
{
background-color: #0B4247;
}
.BgClassName
{
background-color: #0B4247;
}
</style>
border-color css
<style>
span { border-color: #0B4247; }
span { border-color: rgb(11,66,71); }
td.TdClassName
{
border-color: #0B4247;
}
.TagClassName
{
border-color: #0B4247;
}
</style>