Shades of Cyprus #0A403E
Tints of Cyprus #0A403E
RGB
CMYK
RGB Variations
Color information
#0A403E (or 0x0A403E) is known color: Cyprus. HEX triplet: 0A, 40 and 3E. RGB value is (10,64,62). Sum of RGB (Red+Green+Blue) = 10+64+62=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #0A403E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A403E is #F5BFC1. Grayscale: #2F2F2F. Windows color (decimal): -16105410 or 4079626. OLE color: 4079626.
HSL color Cylindrical-coordinate representation of color #0A403E: hue angle of 177.78º 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 #0A403E is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 64 | 62 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.75 |
| HSL | 177.78º | 0.73% | 0.15% | - |
| HSV(B) | 177.78º | 0.84% | 0.25% | - |
| XYZ | 2.83 | 4.08 | 5.2 | - |
| YUV | 47.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 64 | 62 | 0.84 | 0 | 0.03 | 0.75 | 177.78 | 0.73 | 0.15 |
| Hex | A | 40 | 3E | 54 | 0 | 3 | 4B | B2 | 49 | F |
| Octal | 12 | 100 | 76 | 124 | 0 | 3 | 113 | 262 | 111 | 17 |
| Binary | 1010 | 1000000 | 111110 | 1010100 | 0 | 11 | 1001011 | 10110010 | 1001001 | 1111 |
Color Harmonies of #0A403E
Complementary color
Monochromatic Colors of #0A403E
Black with #0A403E
Text Example
Text Example
White with #0A403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A403E; }
p { color: rgb(10,64,62); }
H1.HeaderClassName
{
color: #0A403E;
}
.AnyTagClassName
{
color: #0A403E;
}
</style>
background-color css
<style>
a { background-color: #0A403E; }
a { background-color: rgb(10,64,62); }
div.DivClassName
{
background-color: #0A403E;
}
.BgClassName
{
background-color: #0A403E;
}
</style>
border-color css
<style>
span { border-color: #0A403E; }
span { border-color: rgb(10,64,62); }
td.TdClassName
{
border-color: #0A403E;
}
.TagClassName
{
border-color: #0A403E;
}
</style>