Shades of Cyprus #083D44
Tints of Cyprus #083D44
RGB
CMYK
RGB Variations
Color information
#083D44 (or 0x083D44) is known color: Cyprus. HEX triplet: 08, 3D and 44. RGB value is (8,61,68). Sum of RGB (Red+Green+Blue) = 8+61+68=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #083D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083D44 is #F7C2BB. Grayscale: #2D2D2D. Windows color (decimal): -16237244 or 4472072. OLE color: 4472072.
HSL color Cylindrical-coordinate representation of color #083D44: hue angle of 187º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083D44 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 61 | 68 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.73 |
| HSL | 187º | 0.79% | 0.15% | - |
| HSV(B) | 187º | 0.88% | 0.27% | - |
| XYZ | 2.81 | 3.81 | 6.06 | - |
| YUV | 45.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 68 | 0.88 | 0.10 | 0 | 0.73 | 187 | 0.79 | 0.15 |
| Hex | 8 | 3D | 44 | 58 | A | 0 | 49 | BB | 4F | F |
| Octal | 10 | 75 | 104 | 130 | 12 | 0 | 111 | 273 | 117 | 17 |
| Binary | 1000 | 111101 | 1000100 | 1011000 | 1010 | 0 | 1001001 | 10111011 | 1001111 | 1111 |
Color Harmonies of #083D44
Complementary color
Monochromatic Colors of #083D44
Black with #083D44
Text Example
Text Example
White with #083D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083D44; }
p { color: rgb(8,61,68); }
H1.HeaderClassName
{
color: #083D44;
}
.AnyTagClassName
{
color: #083D44;
}
</style>
background-color css
<style>
a { background-color: #083D44; }
a { background-color: rgb(8,61,68); }
div.DivClassName
{
background-color: #083D44;
}
.BgClassName
{
background-color: #083D44;
}
</style>
border-color css
<style>
span { border-color: #083D44; }
span { border-color: rgb(8,61,68); }
td.TdClassName
{
border-color: #083D44;
}
.TagClassName
{
border-color: #083D44;
}
</style>