Shades of Cyprus #134B47
Tints of Cyprus #134B47
RGB
CMYK
RGB Variations
Color information
#134B47 (or 0x134B47) is known color: Cyprus. HEX triplet: 13, 4B and 47. RGB value is (19,75,71). Sum of RGB (Red+Green+Blue) = 19+75+71=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #134B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B47 is #ECB4B8. Grayscale: #393939. Windows color (decimal): -15512761 or 4672275. OLE color: 4672275.
HSL color Cylindrical-coordinate representation of color #134B47: hue angle of 175.71º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134B47 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 75 | 71 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.71 |
| HSL | 175.71º | 0.6% | 0.18% | - |
| HSV(B) | 175.71º | 0.75% | 0.29% | - |
| XYZ | 3.92 | 5.63 | 6.84 | - |
| YUV | 57.8 | 135.45 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 71 | 0.75 | 0 | 0.05 | 0.71 | 175.71 | 0.6 | 0.18 |
| Hex | 13 | 4B | 47 | 4B | 0 | 5 | 47 | B0 | 3C | 12 |
| Octal | 23 | 113 | 107 | 113 | 0 | 5 | 107 | 260 | 74 | 22 |
| Binary | 10011 | 1001011 | 1000111 | 1001011 | 0 | 101 | 1000111 | 10110000 | 111100 | 10010 |
Color Harmonies of #134B47
Complementary color
Monochromatic Colors of #134B47
Black with #134B47
Text Example
Text Example
White with #134B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134B47; }
p { color: rgb(19,75,71); }
H1.HeaderClassName
{
color: #134B47;
}
.AnyTagClassName
{
color: #134B47;
}
</style>
background-color css
<style>
a { background-color: #134B47; }
a { background-color: rgb(19,75,71); }
div.DivClassName
{
background-color: #134B47;
}
.BgClassName
{
background-color: #134B47;
}
</style>
border-color css
<style>
span { border-color: #134B47; }
span { border-color: rgb(19,75,71); }
td.TdClassName
{
border-color: #134B47;
}
.TagClassName
{
border-color: #134B47;
}
</style>