Shades of Cyprus #134F54
Tints of Cyprus #134F54
RGB
CMYK
RGB Variations
Color information
#134F54 (or 0x134F54) is known color: Cyprus. HEX triplet: 13, 4F and 54. RGB value is (19,79,84). Sum of RGB (Red+Green+Blue) = 19+79+84=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #134F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F54 is #ECB0AB. Grayscale: #3D3D3D. Windows color (decimal): -15511724 or 5525267. OLE color: 5525267.
HSL color Cylindrical-coordinate representation of color #134F54: hue angle of 184.62º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134F54 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 79 | 84 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.67 |
| HSL | 184.62º | 0.63% | 0.2% | - |
| HSV(B) | 184.62º | 0.77% | 0.33% | - |
| XYZ | 4.66 | 6.37 | 9.37 | - |
| YUV | 61.63 | 140.62 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 84 | 0.77 | 0.06 | 0 | 0.67 | 184.62 | 0.63 | 0.2 |
| Hex | 13 | 4F | 54 | 4D | 6 | 0 | 43 | B9 | 3F | 14 |
| Octal | 23 | 117 | 124 | 115 | 6 | 0 | 103 | 271 | 77 | 24 |
| Binary | 10011 | 1001111 | 1010100 | 1001101 | 110 | 0 | 1000011 | 10111001 | 111111 | 10100 |
Color Harmonies of #134F54
Complementary color
Monochromatic Colors of #134F54
Black with #134F54
Text Example
Text Example
White with #134F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F54; }
p { color: rgb(19,79,84); }
H1.HeaderClassName
{
color: #134F54;
}
.AnyTagClassName
{
color: #134F54;
}
</style>
background-color css
<style>
a { background-color: #134F54; }
a { background-color: rgb(19,79,84); }
div.DivClassName
{
background-color: #134F54;
}
.BgClassName
{
background-color: #134F54;
}
</style>
border-color css
<style>
span { border-color: #134F54; }
span { border-color: rgb(19,79,84); }
td.TdClassName
{
border-color: #134F54;
}
.TagClassName
{
border-color: #134F54;
}
</style>