Shades of Cyprus #13454D
Tints of Cyprus #13454D
RGB
CMYK
RGB Variations
Color information
#13454D (or 0x13454D) is known color: Cyprus. HEX triplet: 13, 45 and 4D. RGB value is (19,69,77). Sum of RGB (Red+Green+Blue) = 19+69+77=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #13454D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13454D is #ECBAB2. Grayscale: #363636. Windows color (decimal): -15514291 or 5063955. OLE color: 5063955.
HSL color Cylindrical-coordinate representation of color #13454D: hue angle of 188.28º 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 #13454D is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 69 | 77 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.70 |
| HSL | 188.28º | 0.6% | 0.19% | - |
| HSV(B) | 188.28º | 0.75% | 0.3% | - |
| XYZ | 3.74 | 4.93 | 7.78 | - |
| YUV | 54.96 | 140.44 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 77 | 0.75 | 0.10 | 0 | 0.70 | 188.28 | 0.6 | 0.19 |
| Hex | 13 | 45 | 4D | 4B | A | 0 | 46 | BC | 3C | 13 |
| Octal | 23 | 105 | 115 | 113 | 12 | 0 | 106 | 274 | 74 | 23 |
| Binary | 10011 | 1000101 | 1001101 | 1001011 | 1010 | 0 | 1000110 | 10111100 | 111100 | 10011 |
Color Harmonies of #13454D
Complementary color
Monochromatic Colors of #13454D
Black with #13454D
Text Example
Text Example
White with #13454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13454D; }
p { color: rgb(19,69,77); }
H1.HeaderClassName
{
color: #13454D;
}
.AnyTagClassName
{
color: #13454D;
}
</style>
background-color css
<style>
a { background-color: #13454D; }
a { background-color: rgb(19,69,77); }
div.DivClassName
{
background-color: #13454D;
}
.BgClassName
{
background-color: #13454D;
}
</style>
border-color css
<style>
span { border-color: #13454D; }
span { border-color: rgb(19,69,77); }
td.TdClassName
{
border-color: #13454D;
}
.TagClassName
{
border-color: #13454D;
}
</style>