Shades of Cyprus #11484F
Tints of Cyprus #11484F
RGB
CMYK
RGB Variations
Color information
#11484F (or 0x11484F) is known color: Cyprus. HEX triplet: 11, 48 and 4F. RGB value is (17,72,79). Sum of RGB (Red+Green+Blue) = 17+72+79=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 79 - color contains mainly: blue. Hex color #11484F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11484F is #EEB7B0. Grayscale: #383838. Windows color (decimal): -15644593 or 5195793. OLE color: 5195793.
HSL color Cylindrical-coordinate representation of color #11484F: hue angle of 186.77º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11484F is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 72 | 79 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.69 |
| HSL | 186.77º | 0.65% | 0.19% | - |
| HSV(B) | 186.77º | 0.78% | 0.31% | - |
| XYZ | 3.96 | 5.32 | 8.21 | - |
| YUV | 56.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 79 | 0.78 | 0.09 | 0 | 0.69 | 186.77 | 0.65 | 0.19 |
| Hex | 11 | 48 | 4F | 4E | 9 | 0 | 45 | BB | 41 | 13 |
| Octal | 21 | 110 | 117 | 116 | 11 | 0 | 105 | 273 | 101 | 23 |
| Binary | 10001 | 1001000 | 1001111 | 1001110 | 1001 | 0 | 1000101 | 10111011 | 1000001 | 10011 |
Color Harmonies of #11484F
Complementary color
Monochromatic Colors of #11484F
Black with #11484F
Text Example
Text Example
White with #11484F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11484F; }
p { color: rgb(17,72,79); }
H1.HeaderClassName
{
color: #11484F;
}
.AnyTagClassName
{
color: #11484F;
}
</style>
background-color css
<style>
a { background-color: #11484F; }
a { background-color: rgb(17,72,79); }
div.DivClassName
{
background-color: #11484F;
}
.BgClassName
{
background-color: #11484F;
}
</style>
border-color css
<style>
span { border-color: #11484F; }
span { border-color: rgb(17,72,79); }
td.TdClassName
{
border-color: #11484F;
}
.TagClassName
{
border-color: #11484F;
}
</style>