Shades of Cyprus #0A4549
Tints of Cyprus #0A4549
RGB
CMYK
RGB Variations
Color information
#0A4549 (or 0x0A4549) is known color: Cyprus. HEX triplet: 0A, 45 and 49. RGB value is (10,69,73). Sum of RGB (Red+Green+Blue) = 10+69+73=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A4549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4549 is #F5BAB6. Grayscale: #333333. Windows color (decimal): -16104119 or 4801802. OLE color: 4801802.
HSL color Cylindrical-coordinate representation of color #0A4549: hue angle of 183.81º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4549 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 69 | 73 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.71 |
| HSL | 183.81º | 0.76% | 0.16% | - |
| HSV(B) | 183.81º | 0.86% | 0.29% | - |
| XYZ | 3.46 | 4.8 | 7.05 | - |
| YUV | 51.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 73 | 0.86 | 0.05 | 0 | 0.71 | 183.81 | 0.76 | 0.16 |
| Hex | A | 45 | 49 | 56 | 5 | 0 | 47 | B8 | 4C | 10 |
| Octal | 12 | 105 | 111 | 126 | 5 | 0 | 107 | 270 | 114 | 20 |
| Binary | 1010 | 1000101 | 1001001 | 1010110 | 101 | 0 | 1000111 | 10111000 | 1001100 | 10000 |
Color Harmonies of #0A4549
Complementary color
Monochromatic Colors of #0A4549
Black with #0A4549
Text Example
Text Example
White with #0A4549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4549; }
p { color: rgb(10,69,73); }
H1.HeaderClassName
{
color: #0A4549;
}
.AnyTagClassName
{
color: #0A4549;
}
</style>
background-color css
<style>
a { background-color: #0A4549; }
a { background-color: rgb(10,69,73); }
div.DivClassName
{
background-color: #0A4549;
}
.BgClassName
{
background-color: #0A4549;
}
</style>
border-color css
<style>
span { border-color: #0A4549; }
span { border-color: rgb(10,69,73); }
td.TdClassName
{
border-color: #0A4549;
}
.TagClassName
{
border-color: #0A4549;
}
</style>