Shades of Cyprus #0B3E45
Tints of Cyprus #0B3E45
RGB
CMYK
RGB Variations
Color information
#0B3E45 (or 0x0B3E45) is known color: Cyprus. HEX triplet: 0B, 3E and 45. RGB value is (11,62,69). Sum of RGB (Red+Green+Blue) = 11+62+69=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 62 (24.61% from 255 or 43.66% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 69 - color contains mainly: blue. Hex color #0B3E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3E45 is #F4C1BA. Grayscale: #2F2F2F. Windows color (decimal): -16040379 or 4537867. OLE color: 4537867.
HSL color Cylindrical-coordinate representation of color #0B3E45: hue angle of 187.24º 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 #0B3E45 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 62 | 69 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.73 |
| HSL | 187.24º | 0.73% | 0.16% | - |
| HSV(B) | 187.24º | 0.84% | 0.27% | - |
| XYZ | 2.93 | 3.95 | 6.24 | - |
| YUV | 47.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 62 | 69 | 0.84 | 0.10 | 0 | 0.73 | 187.24 | 0.73 | 0.16 |
| Hex | B | 3E | 45 | 54 | A | 0 | 49 | BB | 48 | 10 |
| Octal | 13 | 76 | 105 | 124 | 12 | 0 | 111 | 273 | 110 | 20 |
| Binary | 1011 | 111110 | 1000101 | 1010100 | 1010 | 0 | 1001001 | 10111011 | 1001000 | 10000 |
Color Harmonies of #0B3E45
Complementary color
Monochromatic Colors of #0B3E45
Black with #0B3E45
Text Example
Text Example
White with #0B3E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3E45; }
p { color: rgb(11,62,69); }
H1.HeaderClassName
{
color: #0B3E45;
}
.AnyTagClassName
{
color: #0B3E45;
}
</style>
background-color css
<style>
a { background-color: #0B3E45; }
a { background-color: rgb(11,62,69); }
div.DivClassName
{
background-color: #0B3E45;
}
.BgClassName
{
background-color: #0B3E45;
}
</style>
border-color css
<style>
span { border-color: #0B3E45; }
span { border-color: rgb(11,62,69); }
td.TdClassName
{
border-color: #0B3E45;
}
.TagClassName
{
border-color: #0B3E45;
}
</style>