Shades of Cyprus #134A53
Tints of Cyprus #134A53
RGB
CMYK
RGB Variations
Color information
#134A53 (or 0x134A53) is known color: Cyprus. HEX triplet: 13, 4A and 53. RGB value is (19,74,83). Sum of RGB (Red+Green+Blue) = 19+74+83=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #134A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A53 is #ECB5AC. Grayscale: #3A3A3A. Windows color (decimal): -15513005 or 5458451. OLE color: 5458451.
HSL color Cylindrical-coordinate representation of color #134A53: hue angle of 188.44º 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 #134A53 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 74 | 83 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.67 |
| HSL | 188.44º | 0.63% | 0.2% | - |
| HSV(B) | 188.44º | 0.77% | 0.33% | - |
| XYZ | 4.28 | 5.66 | 9.05 | - |
| YUV | 58.58 | 141.78 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 83 | 0.77 | 0.11 | 0 | 0.67 | 188.44 | 0.63 | 0.2 |
| Hex | 13 | 4A | 53 | 4D | B | 0 | 43 | BC | 3F | 14 |
| Octal | 23 | 112 | 123 | 115 | 13 | 0 | 103 | 274 | 77 | 24 |
| Binary | 10011 | 1001010 | 1010011 | 1001101 | 1011 | 0 | 1000011 | 10111100 | 111111 | 10100 |
Color Harmonies of #134A53
Complementary color
Monochromatic Colors of #134A53
Black with #134A53
Text Example
Text Example
White with #134A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134A53; }
p { color: rgb(19,74,83); }
H1.HeaderClassName
{
color: #134A53;
}
.AnyTagClassName
{
color: #134A53;
}
</style>
background-color css
<style>
a { background-color: #134A53; }
a { background-color: rgb(19,74,83); }
div.DivClassName
{
background-color: #134A53;
}
.BgClassName
{
background-color: #134A53;
}
</style>
border-color css
<style>
span { border-color: #134A53; }
span { border-color: rgb(19,74,83); }
td.TdClassName
{
border-color: #134A53;
}
.TagClassName
{
border-color: #134A53;
}
</style>