Shades of Cyprus #0A413D
Tints of Cyprus #0A413D
RGB
CMYK
RGB Variations
Color information
#0A413D (or 0x0A413D) is known color: Cyprus. HEX triplet: 0A, 41 and 3D. RGB value is (10,65,61). Sum of RGB (Red+Green+Blue) = 10+65+61=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #0A413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A413D is #F5BEC2. Grayscale: #303030. Windows color (decimal): -16105155 or 4014346. OLE color: 4014346.
HSL color Cylindrical-coordinate representation of color #0A413D: hue angle of 175.64º 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 #0A413D is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 65 | 61 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.75 |
| HSL | 175.64º | 0.73% | 0.15% | - |
| HSV(B) | 175.64º | 0.85% | 0.25% | - |
| XYZ | 2.86 | 4.18 | 5.07 | - |
| YUV | 48.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 61 | 0.85 | 0 | 0.06 | 0.75 | 175.64 | 0.73 | 0.15 |
| Hex | A | 41 | 3D | 55 | 0 | 6 | 4B | B0 | 49 | F |
| Octal | 12 | 101 | 75 | 125 | 0 | 6 | 113 | 260 | 111 | 17 |
| Binary | 1010 | 1000001 | 111101 | 1010101 | 0 | 110 | 1001011 | 10110000 | 1001001 | 1111 |
Color Harmonies of #0A413D
Complementary color
Monochromatic Colors of #0A413D
Black with #0A413D
Text Example
Text Example
White with #0A413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A413D; }
p { color: rgb(10,65,61); }
H1.HeaderClassName
{
color: #0A413D;
}
.AnyTagClassName
{
color: #0A413D;
}
</style>
background-color css
<style>
a { background-color: #0A413D; }
a { background-color: rgb(10,65,61); }
div.DivClassName
{
background-color: #0A413D;
}
.BgClassName
{
background-color: #0A413D;
}
</style>
border-color css
<style>
span { border-color: #0A413D; }
span { border-color: rgb(10,65,61); }
td.TdClassName
{
border-color: #0A413D;
}
.TagClassName
{
border-color: #0A413D;
}
</style>