Shades of Cyprus #093D41
Tints of Cyprus #093D41
RGB
CMYK
RGB Variations
Color information
#093D41 (or 0x093D41) is known color: Cyprus. HEX triplet: 09, 3D and 41. RGB value is (9,61,65). Sum of RGB (Red+Green+Blue) = 9+61+65=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #093D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D41 is #F6C2BE. Grayscale: #2D2D2D. Windows color (decimal): -16171711 or 4275465. OLE color: 4275465.
HSL color Cylindrical-coordinate representation of color #093D41: hue angle of 184.29º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093D41 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 61 | 65 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.75 |
| HSL | 184.29º | 0.76% | 0.15% | - |
| HSV(B) | 184.29º | 0.86% | 0.25% | - |
| XYZ | 2.74 | 3.78 | 5.59 | - |
| YUV | 45.91 | 138.77 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 65 | 0.86 | 0.06 | 0 | 0.75 | 184.29 | 0.76 | 0.15 |
| Hex | 9 | 3D | 41 | 56 | 6 | 0 | 4B | B8 | 4C | F |
| Octal | 11 | 75 | 101 | 126 | 6 | 0 | 113 | 270 | 114 | 17 |
| Binary | 1001 | 111101 | 1000001 | 1010110 | 110 | 0 | 1001011 | 10111000 | 1001100 | 1111 |
Color Harmonies of #093D41
Complementary color
Monochromatic Colors of #093D41
Black with #093D41
Text Example
Text Example
White with #093D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093D41; }
p { color: rgb(9,61,65); }
H1.HeaderClassName
{
color: #093D41;
}
.AnyTagClassName
{
color: #093D41;
}
</style>
background-color css
<style>
a { background-color: #093D41; }
a { background-color: rgb(9,61,65); }
div.DivClassName
{
background-color: #093D41;
}
.BgClassName
{
background-color: #093D41;
}
</style>
border-color css
<style>
span { border-color: #093D41; }
span { border-color: rgb(9,61,65); }
td.TdClassName
{
border-color: #093D41;
}
.TagClassName
{
border-color: #093D41;
}
</style>