Shades of Cyprus #08393E
Tints of Cyprus #08393E
RGB
CMYK
RGB Variations
Color information
#08393E (or 0x08393E) is known color: Cyprus. HEX triplet: 08, 39 and 3E. RGB value is (8,57,62). Sum of RGB (Red+Green+Blue) = 8+57+62=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 62 (24.61% from 255 or 48.82% from 127); Max value from RGB is 62 - color contains mainly: blue. Hex color #08393E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08393E is #F7C6C1. Grayscale: #2A2A2A. Windows color (decimal): -16238274 or 4077832. OLE color: 4077832.
HSL color Cylindrical-coordinate representation of color #08393E: hue angle of 185.56º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08393E is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 57 | 62 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.76 |
| HSL | 185.56º | 0.77% | 0.14% | - |
| HSV(B) | 185.56º | 0.87% | 0.24% | - |
| XYZ | 2.43 | 3.33 | 5.07 | - |
| YUV | 42.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 57 | 62 | 0.87 | 0.08 | 0 | 0.76 | 185.56 | 0.77 | 0.14 |
| Hex | 8 | 39 | 3E | 57 | 8 | 0 | 4C | BA | 4D | E |
| Octal | 10 | 71 | 76 | 127 | 10 | 0 | 114 | 272 | 115 | 16 |
| Binary | 1000 | 111001 | 111110 | 1010111 | 1000 | 0 | 1001100 | 10111010 | 1001101 | 1110 |
Color Harmonies of #08393E
Complementary color
Monochromatic Colors of #08393E
Black with #08393E
Text Example
Text Example
White with #08393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08393E; }
p { color: rgb(8,57,62); }
H1.HeaderClassName
{
color: #08393E;
}
.AnyTagClassName
{
color: #08393E;
}
</style>
background-color css
<style>
a { background-color: #08393E; }
a { background-color: rgb(8,57,62); }
div.DivClassName
{
background-color: #08393E;
}
.BgClassName
{
background-color: #08393E;
}
</style>
border-color css
<style>
span { border-color: #08393E; }
span { border-color: rgb(8,57,62); }
td.TdClassName
{
border-color: #08393E;
}
.TagClassName
{
border-color: #08393E;
}
</style>