Shades of Cyprus #134A4B
Tints of Cyprus #134A4B
RGB
CMYK
RGB Variations
Color information
#134A4B (or 0x134A4B) is known color: Cyprus. HEX triplet: 13, 4A and 4B. RGB value is (19,74,75). Sum of RGB (Red+Green+Blue) = 19+74+75=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #134A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134A4B is #ECB5B4. Grayscale: #393939. Windows color (decimal): -15513013 or 4934163. OLE color: 4934163.
HSL color Cylindrical-coordinate representation of color #134A4B: hue angle of 181.07º 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 #134A4B is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 74 | 75 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.71 |
| HSL | 181.07º | 0.6% | 0.18% | - |
| HSV(B) | 181.07º | 0.75% | 0.29% | - |
| XYZ | 3.99 | 5.54 | 7.52 | - |
| YUV | 57.67 | 137.78 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 75 | 0.75 | 0.01 | 0 | 0.71 | 181.07 | 0.6 | 0.18 |
| Hex | 13 | 4A | 4B | 4B | 1 | 0 | 47 | B5 | 3C | 12 |
| Octal | 23 | 112 | 113 | 113 | 1 | 0 | 107 | 265 | 74 | 22 |
| Binary | 10011 | 1001010 | 1001011 | 1001011 | 1 | 0 | 1000111 | 10110101 | 111100 | 10010 |
Color Harmonies of #134A4B
Complementary color
Monochromatic Colors of #134A4B
Black with #134A4B
Text Example
Text Example
White with #134A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134A4B; }
p { color: rgb(19,74,75); }
H1.HeaderClassName
{
color: #134A4B;
}
.AnyTagClassName
{
color: #134A4B;
}
</style>
background-color css
<style>
a { background-color: #134A4B; }
a { background-color: rgb(19,74,75); }
div.DivClassName
{
background-color: #134A4B;
}
.BgClassName
{
background-color: #134A4B;
}
</style>
border-color css
<style>
span { border-color: #134A4B; }
span { border-color: rgb(19,74,75); }
td.TdClassName
{
border-color: #134A4B;
}
.TagClassName
{
border-color: #134A4B;
}
</style>