Shades of Cyprus #093A40
Tints of Cyprus #093A40
RGB
CMYK
RGB Variations
Color information
#093A40 (or 0x093A40) is known color: Cyprus. HEX triplet: 09, 3A and 40. RGB value is (9,58,64). Sum of RGB (Red+Green+Blue) = 9+58+64=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #093A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A40 is #F6C5BF. Grayscale: #2B2B2B. Windows color (decimal): -16172480 or 4209161. OLE color: 4209161.
HSL color Cylindrical-coordinate representation of color #093A40: hue angle of 186.55º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093A40 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 58 | 64 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.75 |
| HSL | 186.55º | 0.75% | 0.14% | - |
| HSV(B) | 186.55º | 0.86% | 0.25% | - |
| XYZ | 2.55 | 3.45 | 5.38 | - |
| YUV | 44.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 64 | 0.86 | 0.09 | 0 | 0.75 | 186.55 | 0.75 | 0.14 |
| Hex | 9 | 3A | 40 | 56 | 9 | 0 | 4B | BB | 4B | E |
| Octal | 11 | 72 | 100 | 126 | 11 | 0 | 113 | 273 | 113 | 16 |
| Binary | 1001 | 111010 | 1000000 | 1010110 | 1001 | 0 | 1001011 | 10111011 | 1001011 | 1110 |
Color Harmonies of #093A40
Complementary color
Monochromatic Colors of #093A40
Black with #093A40
Text Example
Text Example
White with #093A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A40; }
p { color: rgb(9,58,64); }
H1.HeaderClassName
{
color: #093A40;
}
.AnyTagClassName
{
color: #093A40;
}
</style>
background-color css
<style>
a { background-color: #093A40; }
a { background-color: rgb(9,58,64); }
div.DivClassName
{
background-color: #093A40;
}
.BgClassName
{
background-color: #093A40;
}
</style>
border-color css
<style>
span { border-color: #093A40; }
span { border-color: rgb(9,58,64); }
td.TdClassName
{
border-color: #093A40;
}
.TagClassName
{
border-color: #093A40;
}
</style>