Shades of Cyprus #0A4140
Tints of Cyprus #0A4140
RGB
CMYK
RGB Variations
Color information
#0A4140 (or 0x0A4140) is known color: Cyprus. HEX triplet: 0A, 41 and 40. RGB value is (10,65,64). Sum of RGB (Red+Green+Blue) = 10+65+64=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4140 is #F5BEBF. Grayscale: #303030. Windows color (decimal): -16105152 or 4210954. OLE color: 4210954.
HSL color Cylindrical-coordinate representation of color #0A4140: hue angle of 178.91º 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 #0A4140 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 65 | 64 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.75 |
| HSL | 178.91º | 0.73% | 0.15% | - |
| HSV(B) | 178.91º | 0.85% | 0.25% | - |
| XYZ | 2.94 | 4.22 | 5.51 | - |
| YUV | 48.44 | 136.78 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 64 | 0.85 | 0 | 0.02 | 0.75 | 178.91 | 0.73 | 0.15 |
| Hex | A | 41 | 40 | 55 | 0 | 2 | 4B | B3 | 49 | F |
| Octal | 12 | 101 | 100 | 125 | 0 | 2 | 113 | 263 | 111 | 17 |
| Binary | 1010 | 1000001 | 1000000 | 1010101 | 0 | 10 | 1001011 | 10110011 | 1001001 | 1111 |
Color Harmonies of #0A4140
Complementary color
Monochromatic Colors of #0A4140
Black with #0A4140
Text Example
Text Example
White with #0A4140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4140; }
p { color: rgb(10,65,64); }
H1.HeaderClassName
{
color: #0A4140;
}
.AnyTagClassName
{
color: #0A4140;
}
</style>
background-color css
<style>
a { background-color: #0A4140; }
a { background-color: rgb(10,65,64); }
div.DivClassName
{
background-color: #0A4140;
}
.BgClassName
{
background-color: #0A4140;
}
</style>
border-color css
<style>
span { border-color: #0A4140; }
span { border-color: rgb(10,65,64); }
td.TdClassName
{
border-color: #0A4140;
}
.TagClassName
{
border-color: #0A4140;
}
</style>