Shades of Cyprus #094A43
Tints of Cyprus #094A43
RGB
CMYK
RGB Variations
Color information
#094A43 (or 0x094A43) is known color: Cyprus. HEX triplet: 09, 4A and 43. RGB value is (9,74,67). Sum of RGB (Red+Green+Blue) = 9+74+67=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 74 - color contains mainly: green. Hex color #094A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A43 is #F6B5BC. Grayscale: #353535. Windows color (decimal): -16168381 or 4409865. OLE color: 4409865.
HSL color Cylindrical-coordinate representation of color #094A43: hue angle of 173.54º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094A43 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 74 | 67 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.71 |
| HSL | 173.54º | 0.78% | 0.16% | - |
| HSV(B) | 173.54º | 0.88% | 0.29% | - |
| XYZ | 3.57 | 5.36 | 6.16 | - |
| YUV | 53.77 | 135.47 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 67 | 0.88 | 0 | 0.09 | 0.71 | 173.54 | 0.78 | 0.16 |
| Hex | 9 | 4A | 43 | 58 | 0 | 9 | 47 | AE | 4E | 10 |
| Octal | 11 | 112 | 103 | 130 | 0 | 11 | 107 | 256 | 116 | 20 |
| Binary | 1001 | 1001010 | 1000011 | 1011000 | 0 | 1001 | 1000111 | 10101110 | 1001110 | 10000 |
Color Harmonies of #094A43
Complementary color
Monochromatic Colors of #094A43
Black with #094A43
Text Example
Text Example
White with #094A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A43; }
p { color: rgb(9,74,67); }
H1.HeaderClassName
{
color: #094A43;
}
.AnyTagClassName
{
color: #094A43;
}
</style>
background-color css
<style>
a { background-color: #094A43; }
a { background-color: rgb(9,74,67); }
div.DivClassName
{
background-color: #094A43;
}
.BgClassName
{
background-color: #094A43;
}
</style>
border-color css
<style>
span { border-color: #094A43; }
span { border-color: rgb(9,74,67); }
td.TdClassName
{
border-color: #094A43;
}
.TagClassName
{
border-color: #094A43;
}
</style>