Shades of Cyprus #093B3E
Tints of Cyprus #093B3E
RGB
CMYK
RGB Variations
Color information
#093B3E (or 0x093B3E) is known color: Cyprus. HEX triplet: 09, 3B and 3E. RGB value is (9,59,62). Sum of RGB (Red+Green+Blue) = 9+59+62=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 59 (23.44% from 255 or 45.38% from 130); Blue value is 62 (24.61% from 255 or 47.69% from 130); Max value from RGB is 62 - color contains mainly: blue. Hex color #093B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B3E is #F6C4C1. Grayscale: #2C2C2C. Windows color (decimal): -16172226 or 4078345. OLE color: 4078345.
HSL color Cylindrical-coordinate representation of color #093B3E: hue angle of 183.4º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093B3E is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 59 | 62 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.76 |
| HSL | 183.4º | 0.75% | 0.14% | - |
| HSV(B) | 183.4º | 0.85% | 0.24% | - |
| XYZ | 2.55 | 3.53 | 5.11 | - |
| YUV | 44.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 62 | 0.85 | 0.05 | 0 | 0.76 | 183.4 | 0.75 | 0.14 |
| Hex | 9 | 3B | 3E | 55 | 5 | 0 | 4C | B7 | 4B | E |
| Octal | 11 | 73 | 76 | 125 | 5 | 0 | 114 | 267 | 113 | 16 |
| Binary | 1001 | 111011 | 111110 | 1010101 | 101 | 0 | 1001100 | 10110111 | 1001011 | 1110 |
Color Harmonies of #093B3E
Complementary color
Monochromatic Colors of #093B3E
Black with #093B3E
Text Example
Text Example
White with #093B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093B3E; }
p { color: rgb(9,59,62); }
H1.HeaderClassName
{
color: #093B3E;
}
.AnyTagClassName
{
color: #093B3E;
}
</style>
background-color css
<style>
a { background-color: #093B3E; }
a { background-color: rgb(9,59,62); }
div.DivClassName
{
background-color: #093B3E;
}
.BgClassName
{
background-color: #093B3E;
}
</style>
border-color css
<style>
span { border-color: #093B3E; }
span { border-color: rgb(9,59,62); }
td.TdClassName
{
border-color: #093B3E;
}
.TagClassName
{
border-color: #093B3E;
}
</style>