Shades of Cyprus #13484D
Tints of Cyprus #13484D
RGB
CMYK
RGB Variations
Color information
#13484D (or 0x13484D) is known color: Cyprus. HEX triplet: 13, 48 and 4D. RGB value is (19,72,77). Sum of RGB (Red+Green+Blue) = 19+72+77=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #13484D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13484D is #ECB7B2. Grayscale: #383838. Windows color (decimal): -15513523 or 5064723. OLE color: 5064723.
HSL color Cylindrical-coordinate representation of color #13484D: hue angle of 185.17º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13484D is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 72 | 77 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.70 |
| HSL | 185.17º | 0.6% | 0.19% | - |
| HSV(B) | 185.17º | 0.75% | 0.3% | - |
| XYZ | 3.93 | 5.31 | 7.84 | - |
| YUV | 56.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 77 | 0.75 | 0.06 | 0 | 0.70 | 185.17 | 0.6 | 0.19 |
| Hex | 13 | 48 | 4D | 4B | 6 | 0 | 46 | B9 | 3C | 13 |
| Octal | 23 | 110 | 115 | 113 | 6 | 0 | 106 | 271 | 74 | 23 |
| Binary | 10011 | 1001000 | 1001101 | 1001011 | 110 | 0 | 1000110 | 10111001 | 111100 | 10011 |
Color Harmonies of #13484D
Complementary color
Monochromatic Colors of #13484D
Black with #13484D
Text Example
Text Example
White with #13484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13484D; }
p { color: rgb(19,72,77); }
H1.HeaderClassName
{
color: #13484D;
}
.AnyTagClassName
{
color: #13484D;
}
</style>
background-color css
<style>
a { background-color: #13484D; }
a { background-color: rgb(19,72,77); }
div.DivClassName
{
background-color: #13484D;
}
.BgClassName
{
background-color: #13484D;
}
</style>
border-color css
<style>
span { border-color: #13484D; }
span { border-color: rgb(19,72,77); }
td.TdClassName
{
border-color: #13484D;
}
.TagClassName
{
border-color: #13484D;
}
</style>