Shades of Cyprus #0A413B
Tints of Cyprus #0A413B
RGB
CMYK
RGB Variations
Color information
#0A413B (or 0x0A413B) is known color: Cyprus. HEX triplet: 0A, 41 and 3B. RGB value is (10,65,59). Sum of RGB (Red+Green+Blue) = 10+65+59=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #0A413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A413B is #F5BEC4. Grayscale: #2F2F2F. Windows color (decimal): -16105157 or 3883274. OLE color: 3883274.
HSL color Cylindrical-coordinate representation of color #0A413B: hue angle of 173.45º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A413B is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 65 | 59 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.75 |
| HSL | 173.45º | 0.73% | 0.15% | - |
| HSV(B) | 173.45º | 0.85% | 0.25% | - |
| XYZ | 2.8 | 4.16 | 4.79 | - |
| YUV | 47.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 59 | 0.85 | 0 | 0.09 | 0.75 | 173.45 | 0.73 | 0.15 |
| Hex | A | 41 | 3B | 55 | 0 | 9 | 4B | AD | 49 | F |
| Octal | 12 | 101 | 73 | 125 | 0 | 11 | 113 | 255 | 111 | 17 |
| Binary | 1010 | 1000001 | 111011 | 1010101 | 0 | 1001 | 1001011 | 10101101 | 1001001 | 1111 |
Color Harmonies of #0A413B
Complementary color
Monochromatic Colors of #0A413B
Black with #0A413B
Text Example
Text Example
White with #0A413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A413B; }
p { color: rgb(10,65,59); }
H1.HeaderClassName
{
color: #0A413B;
}
.AnyTagClassName
{
color: #0A413B;
}
</style>
background-color css
<style>
a { background-color: #0A413B; }
a { background-color: rgb(10,65,59); }
div.DivClassName
{
background-color: #0A413B;
}
.BgClassName
{
background-color: #0A413B;
}
</style>
border-color css
<style>
span { border-color: #0A413B; }
span { border-color: rgb(10,65,59); }
td.TdClassName
{
border-color: #0A413B;
}
.TagClassName
{
border-color: #0A413B;
}
</style>