Shades of Cyprus #103F45
Tints of Cyprus #103F45
RGB
CMYK
RGB Variations
Color information
#103F45 (or 0x103F45) is known color: Cyprus. HEX triplet: 10, 3F and 45. RGB value is (16,63,69). Sum of RGB (Red+Green+Blue) = 16+63+69=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 69 - color contains mainly: blue. Hex color #103F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103F45 is #EFC0BA. Grayscale: #313131. Windows color (decimal): -15712443 or 4538128. OLE color: 4538128.
HSL color Cylindrical-coordinate representation of color #103F45: hue angle of 186.79º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #103F45 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 63 | 69 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.73 |
| HSL | 186.79º | 0.62% | 0.17% | - |
| HSV(B) | 186.79º | 0.77% | 0.27% | - |
| XYZ | 3.07 | 4.09 | 6.26 | - |
| YUV | 49.63 | 138.93 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 69 | 0.77 | 0.09 | 0 | 0.73 | 186.79 | 0.62 | 0.17 |
| Hex | 10 | 3F | 45 | 4D | 9 | 0 | 49 | BB | 3E | 11 |
| Octal | 20 | 77 | 105 | 115 | 11 | 0 | 111 | 273 | 76 | 21 |
| Binary | 10000 | 111111 | 1000101 | 1001101 | 1001 | 0 | 1001001 | 10111011 | 111110 | 10001 |
Color Harmonies of #103F45
Complementary color
Monochromatic Colors of #103F45
Black with #103F45
Text Example
Text Example
White with #103F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F45; }
p { color: rgb(16,63,69); }
H1.HeaderClassName
{
color: #103F45;
}
.AnyTagClassName
{
color: #103F45;
}
</style>
background-color css
<style>
a { background-color: #103F45; }
a { background-color: rgb(16,63,69); }
div.DivClassName
{
background-color: #103F45;
}
.BgClassName
{
background-color: #103F45;
}
</style>
border-color css
<style>
span { border-color: #103F45; }
span { border-color: rgb(16,63,69); }
td.TdClassName
{
border-color: #103F45;
}
.TagClassName
{
border-color: #103F45;
}
</style>