Shades of Cyprus #13454C
Tints of Cyprus #13454C
RGB
CMYK
RGB Variations
Color information
#13454C (or 0x13454C) is known color: Cyprus. HEX triplet: 13, 45 and 4C. RGB value is (19,69,76). Sum of RGB (Red+Green+Blue) = 19+69+76=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #13454C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13454C is #ECBAB3. Grayscale: #363636. Windows color (decimal): -15514292 or 4998419. OLE color: 4998419.
HSL color Cylindrical-coordinate representation of color #13454C: hue angle of 187.37º 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 #13454C is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 69 | 76 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.70 |
| HSL | 187.37º | 0.6% | 0.19% | - |
| HSV(B) | 187.37º | 0.75% | 0.3% | - |
| XYZ | 3.7 | 4.92 | 7.59 | - |
| YUV | 54.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 76 | 0.75 | 0.09 | 0 | 0.70 | 187.37 | 0.6 | 0.19 |
| Hex | 13 | 45 | 4C | 4B | 9 | 0 | 46 | BB | 3C | 13 |
| Octal | 23 | 105 | 114 | 113 | 11 | 0 | 106 | 273 | 74 | 23 |
| Binary | 10011 | 1000101 | 1001100 | 1001011 | 1001 | 0 | 1000110 | 10111011 | 111100 | 10011 |
Color Harmonies of #13454C
Complementary color
Monochromatic Colors of #13454C
Black with #13454C
Text Example
Text Example
White with #13454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13454C; }
p { color: rgb(19,69,76); }
H1.HeaderClassName
{
color: #13454C;
}
.AnyTagClassName
{
color: #13454C;
}
</style>
background-color css
<style>
a { background-color: #13454C; }
a { background-color: rgb(19,69,76); }
div.DivClassName
{
background-color: #13454C;
}
.BgClassName
{
background-color: #13454C;
}
</style>
border-color css
<style>
span { border-color: #13454C; }
span { border-color: rgb(19,69,76); }
td.TdClassName
{
border-color: #13454C;
}
.TagClassName
{
border-color: #13454C;
}
</style>