Shades of Cyprus #134E55
Tints of Cyprus #134E55
RGB
CMYK
RGB Variations
Color information
#134E55 (or 0x134E55) is known color: Cyprus. HEX triplet: 13, 4E and 55. RGB value is (19,78,85). Sum of RGB (Red+Green+Blue) = 19+78+85=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #134E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E55 is #ECB1AA. Grayscale: #3D3D3D. Windows color (decimal): -15511979 or 5590547. OLE color: 5590547.
HSL color Cylindrical-coordinate representation of color #134E55: hue angle of 186.36º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134E55 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 78 | 85 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.67 |
| HSL | 186.36º | 0.63% | 0.2% | - |
| HSV(B) | 186.36º | 0.78% | 0.33% | - |
| XYZ | 4.63 | 6.24 | 9.56 | - |
| YUV | 61.16 | 141.45 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 85 | 0.78 | 0.08 | 0 | 0.67 | 186.36 | 0.63 | 0.2 |
| Hex | 13 | 4E | 55 | 4E | 8 | 0 | 43 | BA | 3F | 14 |
| Octal | 23 | 116 | 125 | 116 | 10 | 0 | 103 | 272 | 77 | 24 |
| Binary | 10011 | 1001110 | 1010101 | 1001110 | 1000 | 0 | 1000011 | 10111010 | 111111 | 10100 |
Color Harmonies of #134E55
Complementary color
Monochromatic Colors of #134E55
Black with #134E55
Text Example
Text Example
White with #134E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E55; }
p { color: rgb(19,78,85); }
H1.HeaderClassName
{
color: #134E55;
}
.AnyTagClassName
{
color: #134E55;
}
</style>
background-color css
<style>
a { background-color: #134E55; }
a { background-color: rgb(19,78,85); }
div.DivClassName
{
background-color: #134E55;
}
.BgClassName
{
background-color: #134E55;
}
</style>
border-color css
<style>
span { border-color: #134E55; }
span { border-color: rgb(19,78,85); }
td.TdClassName
{
border-color: #134E55;
}
.TagClassName
{
border-color: #134E55;
}
</style>