Shades of Cyprus #07393C
Tints of Cyprus #07393C
RGB
CMYK
RGB Variations
Color information
#07393C (or 0x07393C) is known color: Cyprus. HEX triplet: 07, 39 and 3C. RGB value is (7,57,60). Sum of RGB (Red+Green+Blue) = 7+57+60=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #07393C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07393C is #F8C6C3. Grayscale: #2A2A2A. Windows color (decimal): -16303812 or 3946759. OLE color: 3946759.
HSL color Cylindrical-coordinate representation of color #07393C: hue angle of 183.4º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07393C is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 57 | 60 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.76 |
| HSL | 183.4º | 0.79% | 0.13% | - |
| HSV(B) | 183.4º | 0.88% | 0.24% | - |
| XYZ | 2.37 | 3.3 | 4.79 | - |
| YUV | 42.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 57 | 60 | 0.88 | 0.05 | 0 | 0.76 | 183.4 | 0.79 | 0.13 |
| Hex | 7 | 39 | 3C | 58 | 5 | 0 | 4C | B7 | 4F | D |
| Octal | 7 | 71 | 74 | 130 | 5 | 0 | 114 | 267 | 117 | 15 |
| Binary | 111 | 111001 | 111100 | 1011000 | 101 | 0 | 1001100 | 10110111 | 1001111 | 1101 |
Color Harmonies of #07393C
Complementary color
Monochromatic Colors of #07393C
Black with #07393C
Text Example
Text Example
White with #07393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07393C; }
p { color: rgb(7,57,60); }
H1.HeaderClassName
{
color: #07393C;
}
.AnyTagClassName
{
color: #07393C;
}
</style>
background-color css
<style>
a { background-color: #07393C; }
a { background-color: rgb(7,57,60); }
div.DivClassName
{
background-color: #07393C;
}
.BgClassName
{
background-color: #07393C;
}
</style>
border-color css
<style>
span { border-color: #07393C; }
span { border-color: rgb(7,57,60); }
td.TdClassName
{
border-color: #07393C;
}
.TagClassName
{
border-color: #07393C;
}
</style>