Shades of Cyprus #1A534F
Tints of Cyprus #1A534F
RGB
CMYK
RGB Variations
Color information
#1A534F (or 0x1A534F) is known color: Cyprus. HEX triplet: 1A, 53 and 4F. RGB value is (26,83,79). Sum of RGB (Red+Green+Blue) = 26+83+79=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #1A534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A534F is #E5ACB0. Grayscale: #414141. Windows color (decimal): -15051953 or 5198618. OLE color: 5198618.
HSL color Cylindrical-coordinate representation of color #1A534F: hue angle of 175.79º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A534F is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 83 | 79 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.67 |
| HSL | 175.79º | 0.52% | 0.21% | - |
| HSV(B) | 175.79º | 0.69% | 0.33% | - |
| XYZ | 4.93 | 6.97 | 8.48 | - |
| YUV | 65.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 79 | 0.69 | 0 | 0.05 | 0.67 | 175.79 | 0.52 | 0.21 |
| Hex | 1A | 53 | 4F | 45 | 0 | 5 | 43 | B0 | 34 | 15 |
| Octal | 32 | 123 | 117 | 105 | 0 | 5 | 103 | 260 | 64 | 25 |
| Binary | 11010 | 1010011 | 1001111 | 1000101 | 0 | 101 | 1000011 | 10110000 | 110100 | 10101 |
Color Harmonies of #1A534F
Complementary color
Monochromatic Colors of #1A534F
Black with #1A534F
Text Example
Text Example
White with #1A534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A534F; }
p { color: rgb(26,83,79); }
H1.HeaderClassName
{
color: #1A534F;
}
.AnyTagClassName
{
color: #1A534F;
}
</style>
background-color css
<style>
a { background-color: #1A534F; }
a { background-color: rgb(26,83,79); }
div.DivClassName
{
background-color: #1A534F;
}
.BgClassName
{
background-color: #1A534F;
}
</style>
border-color css
<style>
span { border-color: #1A534F; }
span { border-color: rgb(26,83,79); }
td.TdClassName
{
border-color: #1A534F;
}
.TagClassName
{
border-color: #1A534F;
}
</style>