Shades of Cyprus #0A403F
Tints of Cyprus #0A403F
RGB
CMYK
RGB Variations
Color information
#0A403F (or 0x0A403F) is known color: Cyprus. HEX triplet: 0A, 40 and 3F. RGB value is (10,64,63). Sum of RGB (Red+Green+Blue) = 10+64+63=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #0A403F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A403F is #F5BFC0. Grayscale: #2F2F2F. Windows color (decimal): -16105409 or 4145162. OLE color: 4145162.
HSL color Cylindrical-coordinate representation of color #0A403F: hue angle of 178.89º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A403F is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 64 | 63 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.75 |
| HSL | 178.89º | 0.73% | 0.15% | - |
| HSV(B) | 178.89º | 0.84% | 0.25% | - |
| XYZ | 2.86 | 4.09 | 5.34 | - |
| YUV | 47.74 | 136.61 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 64 | 63 | 0.84 | 0 | 0.02 | 0.75 | 178.89 | 0.73 | 0.15 |
| Hex | A | 40 | 3F | 54 | 0 | 2 | 4B | B3 | 49 | F |
| Octal | 12 | 100 | 77 | 124 | 0 | 2 | 113 | 263 | 111 | 17 |
| Binary | 1010 | 1000000 | 111111 | 1010100 | 0 | 10 | 1001011 | 10110011 | 1001001 | 1111 |
Color Harmonies of #0A403F
Complementary color
Monochromatic Colors of #0A403F
Black with #0A403F
Text Example
Text Example
White with #0A403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A403F; }
p { color: rgb(10,64,63); }
H1.HeaderClassName
{
color: #0A403F;
}
.AnyTagClassName
{
color: #0A403F;
}
</style>
background-color css
<style>
a { background-color: #0A403F; }
a { background-color: rgb(10,64,63); }
div.DivClassName
{
background-color: #0A403F;
}
.BgClassName
{
background-color: #0A403F;
}
</style>
border-color css
<style>
span { border-color: #0A403F; }
span { border-color: rgb(10,64,63); }
td.TdClassName
{
border-color: #0A403F;
}
.TagClassName
{
border-color: #0A403F;
}
</style>