Shades of Cyprus #0A493F
Tints of Cyprus #0A493F
RGB
CMYK
RGB Variations
Color information
#0A493F (or 0x0A493F) is known color: Cyprus. HEX triplet: 0A, 49 and 3F. RGB value is (10,73,63). Sum of RGB (Red+Green+Blue) = 10+73+63=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #0A493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A493F is #F5B6C0. Grayscale: #353535. Windows color (decimal): -16103105 or 4147466. OLE color: 4147466.
HSL color Cylindrical-coordinate representation of color #0A493F: hue angle of 170.48º 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 #0A493F is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 73 | 63 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.71 |
| HSL | 170.48º | 0.76% | 0.16% | - |
| HSV(B) | 170.48º | 0.86% | 0.29% | - |
| XYZ | 3.4 | 5.19 | 5.52 | - |
| YUV | 53.02 | 133.63 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 63 | 0.86 | 0 | 0.14 | 0.71 | 170.48 | 0.76 | 0.16 |
| Hex | A | 49 | 3F | 56 | 0 | E | 47 | AA | 4C | 10 |
| Octal | 12 | 111 | 77 | 126 | 0 | 16 | 107 | 252 | 114 | 20 |
| Binary | 1010 | 1001001 | 111111 | 1010110 | 0 | 1110 | 1000111 | 10101010 | 1001100 | 10000 |
Color Harmonies of #0A493F
Complementary color
Monochromatic Colors of #0A493F
Black with #0A493F
Text Example
Text Example
White with #0A493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A493F; }
p { color: rgb(10,73,63); }
H1.HeaderClassName
{
color: #0A493F;
}
.AnyTagClassName
{
color: #0A493F;
}
</style>
background-color css
<style>
a { background-color: #0A493F; }
a { background-color: rgb(10,73,63); }
div.DivClassName
{
background-color: #0A493F;
}
.BgClassName
{
background-color: #0A493F;
}
</style>
border-color css
<style>
span { border-color: #0A493F; }
span { border-color: rgb(10,73,63); }
td.TdClassName
{
border-color: #0A493F;
}
.TagClassName
{
border-color: #0A493F;
}
</style>