Shades of Cyprus #093C42
Tints of Cyprus #093C42
RGB
CMYK
RGB Variations
Color information
#093C42 (or 0x093C42) is known color: Cyprus. HEX triplet: 09, 3C and 42. RGB value is (9,60,66). Sum of RGB (Red+Green+Blue) = 9+60+66=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 66 (26.17% from 255 or 48.89% from 135); Max value from RGB is 66 - color contains mainly: blue. Hex color #093C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093C42 is #F6C3BD. Grayscale: #2D2D2D. Windows color (decimal): -16171966 or 4340745. OLE color: 4340745.
HSL color Cylindrical-coordinate representation of color #093C42: hue angle of 186.32º 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 #093C42 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 60 | 66 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.74 |
| HSL | 186.32º | 0.76% | 0.15% | - |
| HSV(B) | 186.32º | 0.86% | 0.26% | - |
| XYZ | 2.71 | 3.68 | 5.72 | - |
| YUV | 45.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 66 | 0.86 | 0.09 | 0 | 0.74 | 186.32 | 0.76 | 0.15 |
| Hex | 9 | 3C | 42 | 56 | 9 | 0 | 4A | BA | 4C | F |
| Octal | 11 | 74 | 102 | 126 | 11 | 0 | 112 | 272 | 114 | 17 |
| Binary | 1001 | 111100 | 1000010 | 1010110 | 1001 | 0 | 1001010 | 10111010 | 1001100 | 1111 |
Color Harmonies of #093C42
Complementary color
Monochromatic Colors of #093C42
Black with #093C42
Text Example
Text Example
White with #093C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C42; }
p { color: rgb(9,60,66); }
H1.HeaderClassName
{
color: #093C42;
}
.AnyTagClassName
{
color: #093C42;
}
</style>
background-color css
<style>
a { background-color: #093C42; }
a { background-color: rgb(9,60,66); }
div.DivClassName
{
background-color: #093C42;
}
.BgClassName
{
background-color: #093C42;
}
</style>
border-color css
<style>
span { border-color: #093C42; }
span { border-color: rgb(9,60,66); }
td.TdClassName
{
border-color: #093C42;
}
.TagClassName
{
border-color: #093C42;
}
</style>