Shades of Cyprus #134E52
Tints of Cyprus #134E52
RGB
CMYK
RGB Variations
Color information
#134E52 (or 0x134E52) is known color: Cyprus. HEX triplet: 13, 4E and 52. RGB value is (19,78,82). Sum of RGB (Red+Green+Blue) = 19+78+82=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 82 - color contains mainly: blue. Hex color #134E52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E52 is #ECB1AD. Grayscale: #3C3C3C. Windows color (decimal): -15511982 or 5393939. OLE color: 5393939.
HSL color Cylindrical-coordinate representation of color #134E52: hue angle of 183.81º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134E52 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 78 | 82 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.68 |
| HSL | 183.81º | 0.62% | 0.2% | - |
| HSV(B) | 183.81º | 0.77% | 0.32% | - |
| XYZ | 4.52 | 6.2 | 8.94 | - |
| YUV | 60.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 82 | 0.77 | 0.05 | 0 | 0.68 | 183.81 | 0.62 | 0.2 |
| Hex | 13 | 4E | 52 | 4D | 5 | 0 | 44 | B8 | 3E | 14 |
| Octal | 23 | 116 | 122 | 115 | 5 | 0 | 104 | 270 | 76 | 24 |
| Binary | 10011 | 1001110 | 1010010 | 1001101 | 101 | 0 | 1000100 | 10111000 | 111110 | 10100 |
Color Harmonies of #134E52
Complementary color
Monochromatic Colors of #134E52
Black with #134E52
Text Example
Text Example
White with #134E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E52; }
p { color: rgb(19,78,82); }
H1.HeaderClassName
{
color: #134E52;
}
.AnyTagClassName
{
color: #134E52;
}
</style>
background-color css
<style>
a { background-color: #134E52; }
a { background-color: rgb(19,78,82); }
div.DivClassName
{
background-color: #134E52;
}
.BgClassName
{
background-color: #134E52;
}
</style>
border-color css
<style>
span { border-color: #134E52; }
span { border-color: rgb(19,78,82); }
td.TdClassName
{
border-color: #134E52;
}
.TagClassName
{
border-color: #134E52;
}
</style>