Shades of Cyprus #093E47
Tints of Cyprus #093E47
RGB
CMYK
RGB Variations
Color information
#093E47 (or 0x093E47) is known color: Cyprus. HEX triplet: 09, 3E and 47. RGB value is (9,62,71). Sum of RGB (Red+Green+Blue) = 9+62+71=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 62 (24.61% from 255 or 43.66% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #093E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E47 is #F6C1B8. Grayscale: #2F2F2F. Windows color (decimal): -16171449 or 4668937. OLE color: 4668937.
HSL color Cylindrical-coordinate representation of color #093E47: hue angle of 188.71º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093E47 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 62 | 71 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.72 |
| HSL | 188.71º | 0.78% | 0.16% | - |
| HSV(B) | 188.71º | 0.87% | 0.28% | - |
| XYZ | 2.97 | 3.96 | 6.57 | - |
| YUV | 47.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 62 | 71 | 0.87 | 0.13 | 0 | 0.72 | 188.71 | 0.78 | 0.16 |
| Hex | 9 | 3E | 47 | 57 | D | 0 | 48 | BD | 4E | 10 |
| Octal | 11 | 76 | 107 | 127 | 15 | 0 | 110 | 275 | 116 | 20 |
| Binary | 1001 | 111110 | 1000111 | 1010111 | 1101 | 0 | 1001000 | 10111101 | 1001110 | 10000 |
Color Harmonies of #093E47
Complementary color
Monochromatic Colors of #093E47
Black with #093E47
Text Example
Text Example
White with #093E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093E47; }
p { color: rgb(9,62,71); }
H1.HeaderClassName
{
color: #093E47;
}
.AnyTagClassName
{
color: #093E47;
}
</style>
background-color css
<style>
a { background-color: #093E47; }
a { background-color: rgb(9,62,71); }
div.DivClassName
{
background-color: #093E47;
}
.BgClassName
{
background-color: #093E47;
}
</style>
border-color css
<style>
span { border-color: #093E47; }
span { border-color: rgb(9,62,71); }
td.TdClassName
{
border-color: #093E47;
}
.TagClassName
{
border-color: #093E47;
}
</style>