Shades of Cyprus #11444B
Tints of Cyprus #11444B
RGB
CMYK
RGB Variations
Color information
#11444B (or 0x11444B) is known color: Cyprus. HEX triplet: 11, 44 and 4B. RGB value is (17,68,75). Sum of RGB (Red+Green+Blue) = 17+68+75=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 75 - color contains mainly: blue. Hex color #11444B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11444B is #EEBBB4. Grayscale: #353535. Windows color (decimal): -15645621 or 4932625. OLE color: 4932625.
HSL color Cylindrical-coordinate representation of color #11444B: hue angle of 187.24º 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 #11444B is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 68 | 75 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.71 |
| HSL | 187.24º | 0.63% | 0.18% | - |
| HSV(B) | 187.24º | 0.77% | 0.29% | - |
| XYZ | 3.57 | 4.76 | 7.39 | - |
| YUV | 53.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 75 | 0.77 | 0.09 | 0 | 0.71 | 187.24 | 0.63 | 0.18 |
| Hex | 11 | 44 | 4B | 4D | 9 | 0 | 47 | BB | 3F | 12 |
| Octal | 21 | 104 | 113 | 115 | 11 | 0 | 107 | 273 | 77 | 22 |
| Binary | 10001 | 1000100 | 1001011 | 1001101 | 1001 | 0 | 1000111 | 10111011 | 111111 | 10010 |
Color Harmonies of #11444B
Complementary color
Monochromatic Colors of #11444B
Black with #11444B
Text Example
Text Example
White with #11444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11444B; }
p { color: rgb(17,68,75); }
H1.HeaderClassName
{
color: #11444B;
}
.AnyTagClassName
{
color: #11444B;
}
</style>
background-color css
<style>
a { background-color: #11444B; }
a { background-color: rgb(17,68,75); }
div.DivClassName
{
background-color: #11444B;
}
.BgClassName
{
background-color: #11444B;
}
</style>
border-color css
<style>
span { border-color: #11444B; }
span { border-color: rgb(17,68,75); }
td.TdClassName
{
border-color: #11444B;
}
.TagClassName
{
border-color: #11444B;
}
</style>