Shades of Cyprus #0B4149
Tints of Cyprus #0B4149
RGB
CMYK
RGB Variations
Color information
#0B4149 (or 0x0B4149) is known color: Cyprus. HEX triplet: 0B, 41 and 49. RGB value is (11,65,73). Sum of RGB (Red+Green+Blue) = 11+65+73=149 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.38% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #0B4149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4149 is #F4BEB6. Grayscale: #313131. Windows color (decimal): -16039607 or 4800779. OLE color: 4800779.
HSL color Cylindrical-coordinate representation of color #0B4149: hue angle of 187.74º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4149 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 65 | 73 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.71 |
| HSL | 187.74º | 0.74% | 0.16% | - |
| HSV(B) | 187.74º | 0.85% | 0.29% | - |
| XYZ | 3.23 | 4.33 | 6.97 | - |
| YUV | 49.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 65 | 73 | 0.85 | 0.11 | 0 | 0.71 | 187.74 | 0.74 | 0.16 |
| Hex | B | 41 | 49 | 55 | B | 0 | 47 | BC | 4A | 10 |
| Octal | 13 | 101 | 111 | 125 | 13 | 0 | 107 | 274 | 112 | 20 |
| Binary | 1011 | 1000001 | 1001001 | 1010101 | 1011 | 0 | 1000111 | 10111100 | 1001010 | 10000 |
Color Harmonies of #0B4149
Complementary color
Monochromatic Colors of #0B4149
Black with #0B4149
Text Example
Text Example
White with #0B4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4149; }
p { color: rgb(11,65,73); }
H1.HeaderClassName
{
color: #0B4149;
}
.AnyTagClassName
{
color: #0B4149;
}
</style>
background-color css
<style>
a { background-color: #0B4149; }
a { background-color: rgb(11,65,73); }
div.DivClassName
{
background-color: #0B4149;
}
.BgClassName
{
background-color: #0B4149;
}
</style>
border-color css
<style>
span { border-color: #0B4149; }
span { border-color: rgb(11,65,73); }
td.TdClassName
{
border-color: #0B4149;
}
.TagClassName
{
border-color: #0B4149;
}
</style>