Shades of Cyprus #0A403D
Tints of Cyprus #0A403D
RGB
CMYK
RGB Variations
Color information
#0A403D (or 0x0A403D) is known color: Cyprus. HEX triplet: 0A, 40 and 3D. RGB value is (10,64,61). Sum of RGB (Red+Green+Blue) = 10+64+61=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #0A403D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A403D is #F5BFC2. Grayscale: #2F2F2F. Windows color (decimal): -16105411 or 4014090. OLE color: 4014090.
HSL color Cylindrical-coordinate representation of color #0A403D: hue angle of 176.67º 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 #0A403D is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 64 | 61 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.75 |
| HSL | 176.67º | 0.73% | 0.15% | - |
| HSV(B) | 176.67º | 0.84% | 0.25% | - |
| XYZ | 2.8 | 4.07 | 5.05 | - |
| YUV | 47.51 | 135.61 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 64 | 61 | 0.84 | 0 | 0.05 | 0.75 | 176.67 | 0.73 | 0.15 |
| Hex | A | 40 | 3D | 54 | 0 | 5 | 4B | B1 | 49 | F |
| Octal | 12 | 100 | 75 | 124 | 0 | 5 | 113 | 261 | 111 | 17 |
| Binary | 1010 | 1000000 | 111101 | 1010100 | 0 | 101 | 1001011 | 10110001 | 1001001 | 1111 |
Color Harmonies of #0A403D
Complementary color
Monochromatic Colors of #0A403D
Black with #0A403D
Text Example
Text Example
White with #0A403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A403D; }
p { color: rgb(10,64,61); }
H1.HeaderClassName
{
color: #0A403D;
}
.AnyTagClassName
{
color: #0A403D;
}
</style>
background-color css
<style>
a { background-color: #0A403D; }
a { background-color: rgb(10,64,61); }
div.DivClassName
{
background-color: #0A403D;
}
.BgClassName
{
background-color: #0A403D;
}
</style>
border-color css
<style>
span { border-color: #0A403D; }
span { border-color: rgb(10,64,61); }
td.TdClassName
{
border-color: #0A403D;
}
.TagClassName
{
border-color: #0A403D;
}
</style>