Shades of Cyprus #0B403B
Tints of Cyprus #0B403B
RGB
CMYK
RGB Variations
Color information
#0B403B (or 0x0B403B) is known color: Cyprus. HEX triplet: 0B, 40 and 3B. RGB value is (11,64,59). Sum of RGB (Red+Green+Blue) = 11+64+59=134 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.21% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #0B403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B403B is #F4BFC4. Grayscale: #2F2F2F. Windows color (decimal): -16039877 or 3883019. OLE color: 3883019.
HSL color Cylindrical-coordinate representation of color #0B403B: hue angle of 174.34º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B403B is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 64 | 59 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.75 |
| HSL | 174.34º | 0.71% | 0.15% | - |
| HSV(B) | 174.34º | 0.83% | 0.25% | - |
| XYZ | 2.76 | 4.05 | 4.77 | - |
| YUV | 47.58 | 134.44 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 59 | 0.83 | 0 | 0.08 | 0.75 | 174.34 | 0.71 | 0.15 |
| Hex | B | 40 | 3B | 53 | 0 | 8 | 4B | AE | 47 | F |
| Octal | 13 | 100 | 73 | 123 | 0 | 10 | 113 | 256 | 107 | 17 |
| Binary | 1011 | 1000000 | 111011 | 1010011 | 0 | 1000 | 1001011 | 10101110 | 1000111 | 1111 |
Color Harmonies of #0B403B
Complementary color
Monochromatic Colors of #0B403B
Black with #0B403B
Text Example
Text Example
White with #0B403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B403B; }
p { color: rgb(11,64,59); }
H1.HeaderClassName
{
color: #0B403B;
}
.AnyTagClassName
{
color: #0B403B;
}
</style>
background-color css
<style>
a { background-color: #0B403B; }
a { background-color: rgb(11,64,59); }
div.DivClassName
{
background-color: #0B403B;
}
.BgClassName
{
background-color: #0B403B;
}
</style>
border-color css
<style>
span { border-color: #0B403B; }
span { border-color: rgb(11,64,59); }
td.TdClassName
{
border-color: #0B403B;
}
.TagClassName
{
border-color: #0B403B;
}
</style>