Shades of Cyprus #083A42
Tints of Cyprus #083A42
RGB
CMYK
RGB Variations
Color information
#083A42 (or 0x083A42) is known color: Cyprus. HEX triplet: 08, 3A and 42. RGB value is (8,58,66). Sum of RGB (Red+Green+Blue) = 8+58+66=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 66 (26.17% from 255 or 50% from 132); Max value from RGB is 66 - color contains mainly: blue. Hex color #083A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083A42 is #F7C5BD. Grayscale: #2B2B2B. Windows color (decimal): -16238014 or 4340232. OLE color: 4340232.
HSL color Cylindrical-coordinate representation of color #083A42: hue angle of 188.28º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083A42 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 58 | 66 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.74 |
| HSL | 188.28º | 0.78% | 0.15% | - |
| HSV(B) | 188.28º | 0.88% | 0.26% | - |
| XYZ | 2.6 | 3.47 | 5.69 | - |
| YUV | 43.96 | 140.44 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 58 | 66 | 0.88 | 0.12 | 0 | 0.74 | 188.28 | 0.78 | 0.15 |
| Hex | 8 | 3A | 42 | 58 | C | 0 | 4A | BC | 4E | F |
| Octal | 10 | 72 | 102 | 130 | 14 | 0 | 112 | 274 | 116 | 17 |
| Binary | 1000 | 111010 | 1000010 | 1011000 | 1100 | 0 | 1001010 | 10111100 | 1001110 | 1111 |
Color Harmonies of #083A42
Complementary color
Monochromatic Colors of #083A42
Black with #083A42
Text Example
Text Example
White with #083A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083A42; }
p { color: rgb(8,58,66); }
H1.HeaderClassName
{
color: #083A42;
}
.AnyTagClassName
{
color: #083A42;
}
</style>
background-color css
<style>
a { background-color: #083A42; }
a { background-color: rgb(8,58,66); }
div.DivClassName
{
background-color: #083A42;
}
.BgClassName
{
background-color: #083A42;
}
</style>
border-color css
<style>
span { border-color: #083A42; }
span { border-color: rgb(8,58,66); }
td.TdClassName
{
border-color: #083A42;
}
.TagClassName
{
border-color: #083A42;
}
</style>