Shades of Cyprus #1A514F
Tints of Cyprus #1A514F
RGB
CMYK
RGB Variations
Color information
#1A514F (or 0x1A514F) is known color: Cyprus. HEX triplet: 1A, 51 and 4F. RGB value is (26,81,79). Sum of RGB (Red+Green+Blue) = 26+81+79=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #1A514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A514F is #E5AEB0. Grayscale: #404040. Windows color (decimal): -15052465 or 5198106. OLE color: 5198106.
HSL color Cylindrical-coordinate representation of color #1A514F: hue angle of 177.82º 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 #1A514F is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 81 | 79 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.68 |
| HSL | 177.82º | 0.51% | 0.21% | - |
| HSV(B) | 177.82º | 0.68% | 0.32% | - |
| XYZ | 4.78 | 6.67 | 8.43 | - |
| YUV | 64.33 | 136.28 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 81 | 79 | 0.68 | 0 | 0.02 | 0.68 | 177.82 | 0.51 | 0.21 |
| Hex | 1A | 51 | 4F | 44 | 0 | 2 | 44 | B2 | 33 | 15 |
| Octal | 32 | 121 | 117 | 104 | 0 | 2 | 104 | 262 | 63 | 25 |
| Binary | 11010 | 1010001 | 1001111 | 1000100 | 0 | 10 | 1000100 | 10110010 | 110011 | 10101 |
Color Harmonies of #1A514F
Complementary color
Monochromatic Colors of #1A514F
Black with #1A514F
Text Example
Text Example
White with #1A514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A514F; }
p { color: rgb(26,81,79); }
H1.HeaderClassName
{
color: #1A514F;
}
.AnyTagClassName
{
color: #1A514F;
}
</style>
background-color css
<style>
a { background-color: #1A514F; }
a { background-color: rgb(26,81,79); }
div.DivClassName
{
background-color: #1A514F;
}
.BgClassName
{
background-color: #1A514F;
}
</style>
border-color css
<style>
span { border-color: #1A514F; }
span { border-color: rgb(26,81,79); }
td.TdClassName
{
border-color: #1A514F;
}
.TagClassName
{
border-color: #1A514F;
}
</style>