Shades of Cyprus #093C46
Tints of Cyprus #093C46
RGB
CMYK
RGB Variations
Color information
#093C46 (or 0x093C46) is known color: Cyprus. HEX triplet: 09, 3C and 46. RGB value is (9,60,70). Sum of RGB (Red+Green+Blue) = 9+60+70=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #093C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093C46 is #F6C3B9. Grayscale: #2D2D2D. Windows color (decimal): -16171962 or 4602889. OLE color: 4602889.
HSL color Cylindrical-coordinate representation of color #093C46: hue angle of 189.84º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093C46 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 60 | 70 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.73 |
| HSL | 189.84º | 0.77% | 0.15% | - |
| HSV(B) | 189.84º | 0.87% | 0.27% | - |
| XYZ | 2.83 | 3.73 | 6.37 | - |
| YUV | 45.89 | 141.6 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 70 | 0.87 | 0.14 | 0 | 0.73 | 189.84 | 0.77 | 0.15 |
| Hex | 9 | 3C | 46 | 57 | E | 0 | 49 | BE | 4D | F |
| Octal | 11 | 74 | 106 | 127 | 16 | 0 | 111 | 276 | 115 | 17 |
| Binary | 1001 | 111100 | 1000110 | 1010111 | 1110 | 0 | 1001001 | 10111110 | 1001101 | 1111 |
Color Harmonies of #093C46
Complementary color
Monochromatic Colors of #093C46
Black with #093C46
Text Example
Text Example
White with #093C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C46; }
p { color: rgb(9,60,70); }
H1.HeaderClassName
{
color: #093C46;
}
.AnyTagClassName
{
color: #093C46;
}
</style>
background-color css
<style>
a { background-color: #093C46; }
a { background-color: rgb(9,60,70); }
div.DivClassName
{
background-color: #093C46;
}
.BgClassName
{
background-color: #093C46;
}
</style>
border-color css
<style>
span { border-color: #093C46; }
span { border-color: rgb(9,60,70); }
td.TdClassName
{
border-color: #093C46;
}
.TagClassName
{
border-color: #093C46;
}
</style>