Shades of Cyprus #0B443F
Tints of Cyprus #0B443F
RGB
CMYK
RGB Variations
Color information
#0B443F (or 0x0B443F) is known color: Cyprus. HEX triplet: 0B, 44 and 3F. RGB value is (11,68,63). Sum of RGB (Red+Green+Blue) = 11+68+63=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #0B443F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B443F is #F4BBC0. Grayscale: #323232. Windows color (decimal): -16038849 or 4146187. OLE color: 4146187.
HSL color Cylindrical-coordinate representation of color #0B443F: hue angle of 174.74º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B443F is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 68 | 63 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.73 |
| HSL | 174.74º | 0.72% | 0.15% | - |
| HSV(B) | 174.74º | 0.84% | 0.27% | - |
| XYZ | 3.1 | 4.56 | 5.42 | - |
| YUV | 50.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 68 | 63 | 0.84 | 0 | 0.07 | 0.73 | 174.74 | 0.72 | 0.15 |
| Hex | B | 44 | 3F | 54 | 0 | 7 | 49 | AF | 48 | F |
| Octal | 13 | 104 | 77 | 124 | 0 | 7 | 111 | 257 | 110 | 17 |
| Binary | 1011 | 1000100 | 111111 | 1010100 | 0 | 111 | 1001001 | 10101111 | 1001000 | 1111 |
Color Harmonies of #0B443F
Complementary color
Monochromatic Colors of #0B443F
Black with #0B443F
Text Example
Text Example
White with #0B443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B443F; }
p { color: rgb(11,68,63); }
H1.HeaderClassName
{
color: #0B443F;
}
.AnyTagClassName
{
color: #0B443F;
}
</style>
background-color css
<style>
a { background-color: #0B443F; }
a { background-color: rgb(11,68,63); }
div.DivClassName
{
background-color: #0B443F;
}
.BgClassName
{
background-color: #0B443F;
}
</style>
border-color css
<style>
span { border-color: #0B443F; }
span { border-color: rgb(11,68,63); }
td.TdClassName
{
border-color: #0B443F;
}
.TagClassName
{
border-color: #0B443F;
}
</style>