Shades of Cyprus #073B42
Tints of Cyprus #073B42
RGB
CMYK
RGB Variations
Color information
#073B42 (or 0x073B42) is known color: Cyprus. HEX triplet: 07, 3B and 42. RGB value is (7,59,66). Sum of RGB (Red+Green+Blue) = 7+59+66=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 66 (26.17% from 255 or 50% from 132); Max value from RGB is 66 - color contains mainly: blue. Hex color #073B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073B42 is #F8C4BD. Grayscale: #2C2C2C. Windows color (decimal): -16303294 or 4340487. OLE color: 4340487.
HSL color Cylindrical-coordinate representation of color #073B42: hue angle of 187.12º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073B42 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 59 | 66 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.74 |
| HSL | 187.12º | 0.81% | 0.14% | - |
| HSV(B) | 187.12º | 0.89% | 0.26% | - |
| XYZ | 2.63 | 3.57 | 5.7 | - |
| YUV | 44.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 66 | 0.89 | 0.11 | 0 | 0.74 | 187.12 | 0.81 | 0.14 |
| Hex | 7 | 3B | 42 | 59 | B | 0 | 4A | BB | 51 | E |
| Octal | 7 | 73 | 102 | 131 | 13 | 0 | 112 | 273 | 121 | 16 |
| Binary | 111 | 111011 | 1000010 | 1011001 | 1011 | 0 | 1001010 | 10111011 | 1010001 | 1110 |
Color Harmonies of #073B42
Complementary color
Monochromatic Colors of #073B42
Black with #073B42
Text Example
Text Example
White with #073B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073B42; }
p { color: rgb(7,59,66); }
H1.HeaderClassName
{
color: #073B42;
}
.AnyTagClassName
{
color: #073B42;
}
</style>
background-color css
<style>
a { background-color: #073B42; }
a { background-color: rgb(7,59,66); }
div.DivClassName
{
background-color: #073B42;
}
.BgClassName
{
background-color: #073B42;
}
</style>
border-color css
<style>
span { border-color: #073B42; }
span { border-color: rgb(7,59,66); }
td.TdClassName
{
border-color: #073B42;
}
.TagClassName
{
border-color: #073B42;
}
</style>