Shades of Cyprus #093D42
Tints of Cyprus #093D42
RGB
CMYK
RGB Variations
Color information
#093D42 (or 0x093D42) is known color: Cyprus. HEX triplet: 09, 3D and 42. RGB value is (9,61,66). Sum of RGB (Red+Green+Blue) = 9+61+66=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 66 (26.17% from 255 or 48.53% from 136); Max value from RGB is 66 - color contains mainly: blue. Hex color #093D42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D42 is #F6C2BD. Grayscale: #2D2D2D. Windows color (decimal): -16171710 or 4341001. OLE color: 4341001.
HSL color Cylindrical-coordinate representation of color #093D42: hue angle of 185.26º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093D42 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 61 | 66 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.74 |
| HSL | 185.26º | 0.76% | 0.15% | - |
| HSV(B) | 185.26º | 0.86% | 0.26% | - |
| XYZ | 2.76 | 3.79 | 5.74 | - |
| YUV | 46.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 66 | 0.86 | 0.08 | 0 | 0.74 | 185.26 | 0.76 | 0.15 |
| Hex | 9 | 3D | 42 | 56 | 8 | 0 | 4A | B9 | 4C | F |
| Octal | 11 | 75 | 102 | 126 | 10 | 0 | 112 | 271 | 114 | 17 |
| Binary | 1001 | 111101 | 1000010 | 1010110 | 1000 | 0 | 1001010 | 10111001 | 1001100 | 1111 |
Color Harmonies of #093D42
Complementary color
Monochromatic Colors of #093D42
Black with #093D42
Text Example
Text Example
White with #093D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093D42; }
p { color: rgb(9,61,66); }
H1.HeaderClassName
{
color: #093D42;
}
.AnyTagClassName
{
color: #093D42;
}
</style>
background-color css
<style>
a { background-color: #093D42; }
a { background-color: rgb(9,61,66); }
div.DivClassName
{
background-color: #093D42;
}
.BgClassName
{
background-color: #093D42;
}
</style>
border-color css
<style>
span { border-color: #093D42; }
span { border-color: rgb(9,61,66); }
td.TdClassName
{
border-color: #093D42;
}
.TagClassName
{
border-color: #093D42;
}
</style>