Shades of Cyprus #11484D
Tints of Cyprus #11484D
RGB
CMYK
RGB Variations
Color information
#11484D (or 0x11484D) is known color: Cyprus. HEX triplet: 11, 48 and 4D. RGB value is (17,72,77). Sum of RGB (Red+Green+Blue) = 17+72+77=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #11484D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11484D is #EEB7B2. Grayscale: #383838. Windows color (decimal): -15644595 or 5064721. OLE color: 5064721.
HSL color Cylindrical-coordinate representation of color #11484D: hue angle of 185º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11484D is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 72 | 77 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.70 |
| HSL | 185º | 0.64% | 0.18% | - |
| HSV(B) | 185º | 0.78% | 0.3% | - |
| XYZ | 3.89 | 5.29 | 7.84 | - |
| YUV | 56.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 77 | 0.78 | 0.06 | 0 | 0.70 | 185 | 0.64 | 0.18 |
| Hex | 11 | 48 | 4D | 4E | 6 | 0 | 46 | B9 | 40 | 12 |
| Octal | 21 | 110 | 115 | 116 | 6 | 0 | 106 | 271 | 100 | 22 |
| Binary | 10001 | 1001000 | 1001101 | 1001110 | 110 | 0 | 1000110 | 10111001 | 1000000 | 10010 |
Color Harmonies of #11484D
Complementary color
Monochromatic Colors of #11484D
Black with #11484D
Text Example
Text Example
White with #11484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11484D; }
p { color: rgb(17,72,77); }
H1.HeaderClassName
{
color: #11484D;
}
.AnyTagClassName
{
color: #11484D;
}
</style>
background-color css
<style>
a { background-color: #11484D; }
a { background-color: rgb(17,72,77); }
div.DivClassName
{
background-color: #11484D;
}
.BgClassName
{
background-color: #11484D;
}
</style>
border-color css
<style>
span { border-color: #11484D; }
span { border-color: rgb(17,72,77); }
td.TdClassName
{
border-color: #11484D;
}
.TagClassName
{
border-color: #11484D;
}
</style>