Shades of Cyprus #11434B
Tints of Cyprus #11434B
RGB
CMYK
RGB Variations
Color information
#11434B (or 0x11434B) is known color: Cyprus. HEX triplet: 11, 43 and 4B. RGB value is (17,67,75). Sum of RGB (Red+Green+Blue) = 17+67+75=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #11434B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11434B is #EEBCB4. Grayscale: #343434. Windows color (decimal): -15645877 or 4932369. OLE color: 4932369.
HSL color Cylindrical-coordinate representation of color #11434B: hue angle of 188.28º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11434B is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 67 | 75 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.71 |
| HSL | 188.28º | 0.63% | 0.18% | - |
| HSV(B) | 188.28º | 0.77% | 0.29% | - |
| XYZ | 3.51 | 4.64 | 7.37 | - |
| YUV | 52.96 | 140.44 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 75 | 0.77 | 0.11 | 0 | 0.71 | 188.28 | 0.63 | 0.18 |
| Hex | 11 | 43 | 4B | 4D | B | 0 | 47 | BC | 3F | 12 |
| Octal | 21 | 103 | 113 | 115 | 13 | 0 | 107 | 274 | 77 | 22 |
| Binary | 10001 | 1000011 | 1001011 | 1001101 | 1011 | 0 | 1000111 | 10111100 | 111111 | 10010 |
Color Harmonies of #11434B
Complementary color
Monochromatic Colors of #11434B
Black with #11434B
Text Example
Text Example
White with #11434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11434B; }
p { color: rgb(17,67,75); }
H1.HeaderClassName
{
color: #11434B;
}
.AnyTagClassName
{
color: #11434B;
}
</style>
background-color css
<style>
a { background-color: #11434B; }
a { background-color: rgb(17,67,75); }
div.DivClassName
{
background-color: #11434B;
}
.BgClassName
{
background-color: #11434B;
}
</style>
border-color css
<style>
span { border-color: #11434B; }
span { border-color: rgb(17,67,75); }
td.TdClassName
{
border-color: #11434B;
}
.TagClassName
{
border-color: #11434B;
}
</style>