Shades of Cyprus #073E45
Tints of Cyprus #073E45
RGB
CMYK
RGB Variations
Color information
#073E45 (or 0x073E45) is known color: Cyprus. HEX triplet: 07, 3E and 45. RGB value is (7,62,69). Sum of RGB (Red+Green+Blue) = 7+62+69=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 62 (24.61% from 255 or 44.93% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #073E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E45 is #F8C1BA. Grayscale: #2E2E2E. Windows color (decimal): -16302523 or 4537863. OLE color: 4537863.
HSL color Cylindrical-coordinate representation of color #073E45: hue angle of 186.77º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073E45 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 62 | 69 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.73 |
| HSL | 186.77º | 0.82% | 0.15% | - |
| HSV(B) | 186.77º | 0.9% | 0.27% | - |
| XYZ | 2.88 | 3.92 | 6.23 | - |
| YUV | 46.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 69 | 0.90 | 0.10 | 0 | 0.73 | 186.77 | 0.82 | 0.15 |
| Hex | 7 | 3E | 45 | 5A | A | 0 | 49 | BB | 52 | F |
| Octal | 7 | 76 | 105 | 132 | 12 | 0 | 111 | 273 | 122 | 17 |
| Binary | 111 | 111110 | 1000101 | 1011010 | 1010 | 0 | 1001001 | 10111011 | 1010010 | 1111 |
Color Harmonies of #073E45
Complementary color
Monochromatic Colors of #073E45
Black with #073E45
Text Example
Text Example
White with #073E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073E45; }
p { color: rgb(7,62,69); }
H1.HeaderClassName
{
color: #073E45;
}
.AnyTagClassName
{
color: #073E45;
}
</style>
background-color css
<style>
a { background-color: #073E45; }
a { background-color: rgb(7,62,69); }
div.DivClassName
{
background-color: #073E45;
}
.BgClassName
{
background-color: #073E45;
}
</style>
border-color css
<style>
span { border-color: #073E45; }
span { border-color: rgb(7,62,69); }
td.TdClassName
{
border-color: #073E45;
}
.TagClassName
{
border-color: #073E45;
}
</style>