Shades of Cyprus #1A514D
Tints of Cyprus #1A514D
RGB
CMYK
RGB Variations
Color information
#1A514D (or 0x1A514D) is known color: Cyprus. HEX triplet: 1A, 51 and 4D. RGB value is (26,81,77). Sum of RGB (Red+Green+Blue) = 26+81+77=184 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.13% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #1A514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A514D is #E5AEB2. Grayscale: #404040. Windows color (decimal): -15052467 or 5067034. OLE color: 5067034.
HSL color Cylindrical-coordinate representation of color #1A514D: hue angle of 175.64º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A514D is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 81 | 77 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.68 |
| HSL | 175.64º | 0.51% | 0.21% | - |
| HSV(B) | 175.64º | 0.68% | 0.32% | - |
| XYZ | 4.71 | 6.64 | 8.05 | - |
| YUV | 64.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 81 | 77 | 0.68 | 0 | 0.05 | 0.68 | 175.64 | 0.51 | 0.21 |
| Hex | 1A | 51 | 4D | 44 | 0 | 5 | 44 | B0 | 33 | 15 |
| Octal | 32 | 121 | 115 | 104 | 0 | 5 | 104 | 260 | 63 | 25 |
| Binary | 11010 | 1010001 | 1001101 | 1000100 | 0 | 101 | 1000100 | 10110000 | 110011 | 10101 |
Color Harmonies of #1A514D
Complementary color
Monochromatic Colors of #1A514D
Black with #1A514D
Text Example
Text Example
White with #1A514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A514D; }
p { color: rgb(26,81,77); }
H1.HeaderClassName
{
color: #1A514D;
}
.AnyTagClassName
{
color: #1A514D;
}
</style>
background-color css
<style>
a { background-color: #1A514D; }
a { background-color: rgb(26,81,77); }
div.DivClassName
{
background-color: #1A514D;
}
.BgClassName
{
background-color: #1A514D;
}
</style>
border-color css
<style>
span { border-color: #1A514D; }
span { border-color: rgb(26,81,77); }
td.TdClassName
{
border-color: #1A514D;
}
.TagClassName
{
border-color: #1A514D;
}
</style>