Shades of Cyprus #0B403F
Tints of Cyprus #0B403F
RGB
CMYK
RGB Variations
Color information
#0B403F (or 0x0B403F) is known color: Cyprus. HEX triplet: 0B, 40 and 3F. RGB value is (11,64,63). Sum of RGB (Red+Green+Blue) = 11+64+63=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #0B403F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B403F is #F4BFC0. Grayscale: #2F2F2F. Windows color (decimal): -16039873 or 4145163. OLE color: 4145163.
HSL color Cylindrical-coordinate representation of color #0B403F: hue angle of 178.87º 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 #0B403F is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 64 | 63 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.75 |
| HSL | 178.87º | 0.71% | 0.15% | - |
| HSV(B) | 178.87º | 0.83% | 0.25% | - |
| XYZ | 2.87 | 4.1 | 5.34 | - |
| YUV | 48.04 | 136.44 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 63 | 0.83 | 0 | 0.02 | 0.75 | 178.87 | 0.71 | 0.15 |
| Hex | B | 40 | 3F | 53 | 0 | 2 | 4B | B3 | 47 | F |
| Octal | 13 | 100 | 77 | 123 | 0 | 2 | 113 | 263 | 107 | 17 |
| Binary | 1011 | 1000000 | 111111 | 1010011 | 0 | 10 | 1001011 | 10110011 | 1000111 | 1111 |
Color Harmonies of #0B403F
Complementary color
Monochromatic Colors of #0B403F
Black with #0B403F
Text Example
Text Example
White with #0B403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B403F; }
p { color: rgb(11,64,63); }
H1.HeaderClassName
{
color: #0B403F;
}
.AnyTagClassName
{
color: #0B403F;
}
</style>
background-color css
<style>
a { background-color: #0B403F; }
a { background-color: rgb(11,64,63); }
div.DivClassName
{
background-color: #0B403F;
}
.BgClassName
{
background-color: #0B403F;
}
</style>
border-color css
<style>
span { border-color: #0B403F; }
span { border-color: rgb(11,64,63); }
td.TdClassName
{
border-color: #0B403F;
}
.TagClassName
{
border-color: #0B403F;
}
</style>