Shades of Cyprus #094B40
Tints of Cyprus #094B40
RGB
CMYK
RGB Variations
Color information
#094B40 (or 0x094B40) is known color: Cyprus. HEX triplet: 09, 4B and 40. RGB value is (9,75,64). Sum of RGB (Red+Green+Blue) = 9+75+64=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #094B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B40 is #F6B4BF. Grayscale: #353535. Windows color (decimal): -16168128 or 4213513. OLE color: 4213513.
HSL color Cylindrical-coordinate representation of color #094B40: hue angle of 170º degrees, saturation: 0.79, 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 #094B40 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 75 | 64 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.71 |
| HSL | 170º | 0.79% | 0.16% | - |
| HSV(B) | 170º | 0.88% | 0.29% | - |
| XYZ | 3.55 | 5.46 | 5.72 | - |
| YUV | 54.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 75 | 64 | 0.88 | 0 | 0.15 | 0.71 | 170 | 0.79 | 0.16 |
| Hex | 9 | 4B | 40 | 58 | 0 | F | 47 | AA | 4F | 10 |
| Octal | 11 | 113 | 100 | 130 | 0 | 17 | 107 | 252 | 117 | 20 |
| Binary | 1001 | 1001011 | 1000000 | 1011000 | 0 | 1111 | 1000111 | 10101010 | 1001111 | 10000 |
Color Harmonies of #094B40
Complementary color
Monochromatic Colors of #094B40
Black with #094B40
Text Example
Text Example
White with #094B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094B40; }
p { color: rgb(9,75,64); }
H1.HeaderClassName
{
color: #094B40;
}
.AnyTagClassName
{
color: #094B40;
}
</style>
background-color css
<style>
a { background-color: #094B40; }
a { background-color: rgb(9,75,64); }
div.DivClassName
{
background-color: #094B40;
}
.BgClassName
{
background-color: #094B40;
}
</style>
border-color css
<style>
span { border-color: #094B40; }
span { border-color: rgb(9,75,64); }
td.TdClassName
{
border-color: #094B40;
}
.TagClassName
{
border-color: #094B40;
}
</style>