Shades of Cyprus #11414C
Tints of Cyprus #11414C
RGB
CMYK
RGB Variations
Color information
#11414C (or 0x11414C) is known color: Cyprus. HEX triplet: 11, 41 and 4C. RGB value is (17,65,76). Sum of RGB (Red+Green+Blue) = 17+65+76=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #11414C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11414C is #EEBEB3. Grayscale: #333333. Windows color (decimal): -15646388 or 4997393. OLE color: 4997393.
HSL color Cylindrical-coordinate representation of color #11414C: hue angle of 191.19º degrees, saturation: 0.63, 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 #11414C is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 65 | 76 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.70 |
| HSL | 191.19º | 0.63% | 0.18% | - |
| HSV(B) | 191.19º | 0.78% | 0.3% | - |
| XYZ | 3.43 | 4.42 | 7.51 | - |
| YUV | 51.9 | 141.6 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 76 | 0.78 | 0.14 | 0 | 0.70 | 191.19 | 0.63 | 0.18 |
| Hex | 11 | 41 | 4C | 4E | E | 0 | 46 | BF | 3F | 12 |
| Octal | 21 | 101 | 114 | 116 | 16 | 0 | 106 | 277 | 77 | 22 |
| Binary | 10001 | 1000001 | 1001100 | 1001110 | 1110 | 0 | 1000110 | 10111111 | 111111 | 10010 |
Color Harmonies of #11414C
Complementary color
Monochromatic Colors of #11414C
Black with #11414C
Text Example
Text Example
White with #11414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11414C; }
p { color: rgb(17,65,76); }
H1.HeaderClassName
{
color: #11414C;
}
.AnyTagClassName
{
color: #11414C;
}
</style>
background-color css
<style>
a { background-color: #11414C; }
a { background-color: rgb(17,65,76); }
div.DivClassName
{
background-color: #11414C;
}
.BgClassName
{
background-color: #11414C;
}
</style>
border-color css
<style>
span { border-color: #11414C; }
span { border-color: rgb(17,65,76); }
td.TdClassName
{
border-color: #11414C;
}
.TagClassName
{
border-color: #11414C;
}
</style>