Shades of Cyprus #0B4146
Tints of Cyprus #0B4146
RGB
CMYK
RGB Variations
Color information
#0B4146 (or 0x0B4146) is known color: Cyprus. HEX triplet: 0B, 41 and 46. RGB value is (11,65,70). Sum of RGB (Red+Green+Blue) = 11+65+70=146 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.53% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #0B4146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4146 is #F4BEB9. Grayscale: #313131. Windows color (decimal): -16039610 or 4604171. OLE color: 4604171.
HSL color Cylindrical-coordinate representation of color #0B4146: hue angle of 185.08º 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 #0B4146 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 65 | 70 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.73 |
| HSL | 185.08º | 0.73% | 0.16% | - |
| HSV(B) | 185.08º | 0.84% | 0.27% | - |
| XYZ | 3.13 | 4.29 | 6.46 | - |
| YUV | 49.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 65 | 70 | 0.84 | 0.07 | 0 | 0.73 | 185.08 | 0.73 | 0.16 |
| Hex | B | 41 | 46 | 54 | 7 | 0 | 49 | B9 | 49 | 10 |
| Octal | 13 | 101 | 106 | 124 | 7 | 0 | 111 | 271 | 111 | 20 |
| Binary | 1011 | 1000001 | 1000110 | 1010100 | 111 | 0 | 1001001 | 10111001 | 1001001 | 10000 |
Color Harmonies of #0B4146
Complementary color
Monochromatic Colors of #0B4146
Black with #0B4146
Text Example
Text Example
White with #0B4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4146; }
p { color: rgb(11,65,70); }
H1.HeaderClassName
{
color: #0B4146;
}
.AnyTagClassName
{
color: #0B4146;
}
</style>
background-color css
<style>
a { background-color: #0B4146; }
a { background-color: rgb(11,65,70); }
div.DivClassName
{
background-color: #0B4146;
}
.BgClassName
{
background-color: #0B4146;
}
</style>
border-color css
<style>
span { border-color: #0B4146; }
span { border-color: rgb(11,65,70); }
td.TdClassName
{
border-color: #0B4146;
}
.TagClassName
{
border-color: #0B4146;
}
</style>