Shades of Cyprus #083F41
Tints of Cyprus #083F41
RGB
CMYK
RGB Variations
Color information
#083F41 (or 0x083F41) is known color: Cyprus. HEX triplet: 08, 3F and 41. RGB value is (8,63,65). Sum of RGB (Red+Green+Blue) = 8+63+65=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #083F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083F41 is #F7C0BE. Grayscale: #2E2E2E. Windows color (decimal): -16236735 or 4275976. OLE color: 4275976.
HSL color Cylindrical-coordinate representation of color #083F41: hue angle of 182.11º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083F41 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 63 | 65 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.75 |
| HSL | 182.11º | 0.78% | 0.14% | - |
| HSV(B) | 182.11º | 0.88% | 0.25% | - |
| XYZ | 2.83 | 3.99 | 5.62 | - |
| YUV | 46.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 65 | 0.88 | 0.03 | 0 | 0.75 | 182.11 | 0.78 | 0.14 |
| Hex | 8 | 3F | 41 | 58 | 3 | 0 | 4B | B6 | 4E | E |
| Octal | 10 | 77 | 101 | 130 | 3 | 0 | 113 | 266 | 116 | 16 |
| Binary | 1000 | 111111 | 1000001 | 1011000 | 11 | 0 | 1001011 | 10110110 | 1001110 | 1110 |
Color Harmonies of #083F41
Complementary color
Monochromatic Colors of #083F41
Black with #083F41
Text Example
Text Example
White with #083F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083F41; }
p { color: rgb(8,63,65); }
H1.HeaderClassName
{
color: #083F41;
}
.AnyTagClassName
{
color: #083F41;
}
</style>
background-color css
<style>
a { background-color: #083F41; }
a { background-color: rgb(8,63,65); }
div.DivClassName
{
background-color: #083F41;
}
.BgClassName
{
background-color: #083F41;
}
</style>
border-color css
<style>
span { border-color: #083F41; }
span { border-color: rgb(8,63,65); }
td.TdClassName
{
border-color: #083F41;
}
.TagClassName
{
border-color: #083F41;
}
</style>