Shades of Cyprus #083B40
Tints of Cyprus #083B40
RGB
CMYK
RGB Variations
Color information
#083B40 (or 0x083B40) is known color: Cyprus. HEX triplet: 08, 3B and 40. RGB value is (8,59,64). Sum of RGB (Red+Green+Blue) = 8+59+64=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 59 (23.44% from 255 or 45.04% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #083B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083B40 is #F7C4BF. Grayscale: #2C2C2C. Windows color (decimal): -16237760 or 4209416. OLE color: 4209416.
HSL color Cylindrical-coordinate representation of color #083B40: hue angle of 185.36º 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 #083B40 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 59 | 64 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.75 |
| HSL | 185.36º | 0.78% | 0.14% | - |
| HSV(B) | 185.36º | 0.88% | 0.25% | - |
| XYZ | 2.59 | 3.55 | 5.4 | - |
| YUV | 44.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 64 | 0.87 | 0.08 | 0 | 0.75 | 185.36 | 0.78 | 0.14 |
| Hex | 8 | 3B | 40 | 57 | 8 | 0 | 4B | B9 | 4E | E |
| Octal | 10 | 73 | 100 | 127 | 10 | 0 | 113 | 271 | 116 | 16 |
| Binary | 1000 | 111011 | 1000000 | 1010111 | 1000 | 0 | 1001011 | 10111001 | 1001110 | 1110 |
Color Harmonies of #083B40
Complementary color
Monochromatic Colors of #083B40
Black with #083B40
Text Example
Text Example
White with #083B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083B40; }
p { color: rgb(8,59,64); }
H1.HeaderClassName
{
color: #083B40;
}
.AnyTagClassName
{
color: #083B40;
}
</style>
background-color css
<style>
a { background-color: #083B40; }
a { background-color: rgb(8,59,64); }
div.DivClassName
{
background-color: #083B40;
}
.BgClassName
{
background-color: #083B40;
}
</style>
border-color css
<style>
span { border-color: #083B40; }
span { border-color: rgb(8,59,64); }
td.TdClassName
{
border-color: #083B40;
}
.TagClassName
{
border-color: #083B40;
}
</style>