Shades of Cyprus #0A4047
Tints of Cyprus #0A4047
RGB
CMYK
RGB Variations
Color information
#0A4047 (or 0x0A4047) is known color: Cyprus. HEX triplet: 0A, 40 and 47. RGB value is (10,64,71). Sum of RGB (Red+Green+Blue) = 10+64+71=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A4047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4047 is #F5BFB8. Grayscale: #303030. Windows color (decimal): -16105401 or 4669450. OLE color: 4669450.
HSL color Cylindrical-coordinate representation of color #0A4047: hue angle of 186.89º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4047 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 64 | 71 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.72 |
| HSL | 186.89º | 0.75% | 0.16% | - |
| HSV(B) | 186.89º | 0.86% | 0.28% | - |
| XYZ | 3.1 | 4.19 | 6.61 | - |
| YUV | 48.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 64 | 71 | 0.86 | 0.10 | 0 | 0.72 | 186.89 | 0.75 | 0.16 |
| Hex | A | 40 | 47 | 56 | A | 0 | 48 | BB | 4B | 10 |
| Octal | 12 | 100 | 107 | 126 | 12 | 0 | 110 | 273 | 113 | 20 |
| Binary | 1010 | 1000000 | 1000111 | 1010110 | 1010 | 0 | 1001000 | 10111011 | 1001011 | 10000 |
Color Harmonies of #0A4047
Complementary color
Monochromatic Colors of #0A4047
Black with #0A4047
Text Example
Text Example
White with #0A4047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4047; }
p { color: rgb(10,64,71); }
H1.HeaderClassName
{
color: #0A4047;
}
.AnyTagClassName
{
color: #0A4047;
}
</style>
background-color css
<style>
a { background-color: #0A4047; }
a { background-color: rgb(10,64,71); }
div.DivClassName
{
background-color: #0A4047;
}
.BgClassName
{
background-color: #0A4047;
}
</style>
border-color css
<style>
span { border-color: #0A4047; }
span { border-color: rgb(10,64,71); }
td.TdClassName
{
border-color: #0A4047;
}
.TagClassName
{
border-color: #0A4047;
}
</style>