Shades of Cyprus #103F49
Tints of Cyprus #103F49
RGB
CMYK
RGB Variations
Color information
#103F49 (or 0x103F49) is known color: Cyprus. HEX triplet: 10, 3F and 49. RGB value is (16,63,73). Sum of RGB (Red+Green+Blue) = 16+63+73=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #103F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103F49 is #EFC0B6. Grayscale: #313131. Windows color (decimal): -15712439 or 4800272. OLE color: 4800272.
HSL color Cylindrical-coordinate representation of color #103F49: hue angle of 190.53º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #103F49 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 63 | 73 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.71 |
| HSL | 190.53º | 0.64% | 0.17% | - |
| HSV(B) | 190.53º | 0.78% | 0.29% | - |
| XYZ | 3.19 | 4.15 | 6.94 | - |
| YUV | 50.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 73 | 0.78 | 0.14 | 0 | 0.71 | 190.53 | 0.64 | 0.17 |
| Hex | 10 | 3F | 49 | 4E | E | 0 | 47 | BF | 40 | 11 |
| Octal | 20 | 77 | 111 | 116 | 16 | 0 | 107 | 277 | 100 | 21 |
| Binary | 10000 | 111111 | 1001001 | 1001110 | 1110 | 0 | 1000111 | 10111111 | 1000000 | 10001 |
Color Harmonies of #103F49
Complementary color
Monochromatic Colors of #103F49
Black with #103F49
Text Example
Text Example
White with #103F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F49; }
p { color: rgb(16,63,73); }
H1.HeaderClassName
{
color: #103F49;
}
.AnyTagClassName
{
color: #103F49;
}
</style>
background-color css
<style>
a { background-color: #103F49; }
a { background-color: rgb(16,63,73); }
div.DivClassName
{
background-color: #103F49;
}
.BgClassName
{
background-color: #103F49;
}
</style>
border-color css
<style>
span { border-color: #103F49; }
span { border-color: rgb(16,63,73); }
td.TdClassName
{
border-color: #103F49;
}
.TagClassName
{
border-color: #103F49;
}
</style>