Shades of Cyprus #084A44
Tints of Cyprus #084A44
RGB
CMYK
RGB Variations
Color information
#084A44 (or 0x084A44) is known color: Cyprus. HEX triplet: 08, 4A and 44. RGB value is (8,74,68). Sum of RGB (Red+Green+Blue) = 8+74+68=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 68 (26.95% from 255 or 45.33% from 150); Max value from RGB is 74 - color contains mainly: green. Hex color #084A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084A44 is #F7B5BB. Grayscale: #353535. Windows color (decimal): -16233916 or 4475400. OLE color: 4475400.
HSL color Cylindrical-coordinate representation of color #084A44: hue angle of 174.55º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084A44 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 74 | 68 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.71 |
| HSL | 174.55º | 0.8% | 0.16% | - |
| HSV(B) | 174.55º | 0.89% | 0.29% | - |
| XYZ | 3.59 | 5.37 | 6.32 | - |
| YUV | 53.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 68 | 0.89 | 0 | 0.08 | 0.71 | 174.55 | 0.8 | 0.16 |
| Hex | 8 | 4A | 44 | 59 | 0 | 8 | 47 | AF | 50 | 10 |
| Octal | 10 | 112 | 104 | 131 | 0 | 10 | 107 | 257 | 120 | 20 |
| Binary | 1000 | 1001010 | 1000100 | 1011001 | 0 | 1000 | 1000111 | 10101111 | 1010000 | 10000 |
Color Harmonies of #084A44
Complementary color
Monochromatic Colors of #084A44
Black with #084A44
Text Example
Text Example
White with #084A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A44; }
p { color: rgb(8,74,68); }
H1.HeaderClassName
{
color: #084A44;
}
.AnyTagClassName
{
color: #084A44;
}
</style>
background-color css
<style>
a { background-color: #084A44; }
a { background-color: rgb(8,74,68); }
div.DivClassName
{
background-color: #084A44;
}
.BgClassName
{
background-color: #084A44;
}
</style>
border-color css
<style>
span { border-color: #084A44; }
span { border-color: rgb(8,74,68); }
td.TdClassName
{
border-color: #084A44;
}
.TagClassName
{
border-color: #084A44;
}
</style>