Shades of Cyprus #0B413B
Tints of Cyprus #0B413B
RGB
CMYK
RGB Variations
Color information
#0B413B (or 0x0B413B) is known color: Cyprus. HEX triplet: 0B, 41 and 3B. RGB value is (11,65,59). Sum of RGB (Red+Green+Blue) = 11+65+59=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #0B413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B413B is #F4BEC4. Grayscale: #303030. Windows color (decimal): -16039621 or 3883275. OLE color: 3883275.
HSL color Cylindrical-coordinate representation of color #0B413B: hue angle of 173.33º 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 #0B413B is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 65 | 59 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.75 |
| HSL | 173.33º | 0.71% | 0.15% | - |
| HSV(B) | 173.33º | 0.83% | 0.25% | - |
| XYZ | 2.82 | 4.17 | 4.79 | - |
| YUV | 48.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 65 | 59 | 0.83 | 0 | 0.09 | 0.75 | 173.33 | 0.71 | 0.15 |
| Hex | B | 41 | 3B | 53 | 0 | 9 | 4B | AD | 47 | F |
| Octal | 13 | 101 | 73 | 123 | 0 | 11 | 113 | 255 | 107 | 17 |
| Binary | 1011 | 1000001 | 111011 | 1010011 | 0 | 1001 | 1001011 | 10101101 | 1000111 | 1111 |
Color Harmonies of #0B413B
Complementary color
Monochromatic Colors of #0B413B
Black with #0B413B
Text Example
Text Example
White with #0B413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B413B; }
p { color: rgb(11,65,59); }
H1.HeaderClassName
{
color: #0B413B;
}
.AnyTagClassName
{
color: #0B413B;
}
</style>
background-color css
<style>
a { background-color: #0B413B; }
a { background-color: rgb(11,65,59); }
div.DivClassName
{
background-color: #0B413B;
}
.BgClassName
{
background-color: #0B413B;
}
</style>
border-color css
<style>
span { border-color: #0B413B; }
span { border-color: rgb(11,65,59); }
td.TdClassName
{
border-color: #0B413B;
}
.TagClassName
{
border-color: #0B413B;
}
</style>