Shades of Cyprus #0A413C
Tints of Cyprus #0A413C
RGB
CMYK
RGB Variations
Color information
#0A413C (or 0x0A413C) is known color: Cyprus. HEX triplet: 0A, 41 and 3C. RGB value is (10,65,60). Sum of RGB (Red+Green+Blue) = 10+65+60=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #0A413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A413C is #F5BEC3. Grayscale: #2F2F2F. Windows color (decimal): -16105156 or 3948810. OLE color: 3948810.
HSL color Cylindrical-coordinate representation of color #0A413C: hue angle of 174.55º 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 #0A413C is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 65 | 60 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.75 |
| HSL | 174.55º | 0.73% | 0.15% | - |
| HSV(B) | 174.55º | 0.85% | 0.25% | - |
| XYZ | 2.83 | 4.17 | 4.93 | - |
| YUV | 47.99 | 134.78 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 60 | 0.85 | 0 | 0.08 | 0.75 | 174.55 | 0.73 | 0.15 |
| Hex | A | 41 | 3C | 55 | 0 | 8 | 4B | AF | 49 | F |
| Octal | 12 | 101 | 74 | 125 | 0 | 10 | 113 | 257 | 111 | 17 |
| Binary | 1010 | 1000001 | 111100 | 1010101 | 0 | 1000 | 1001011 | 10101111 | 1001001 | 1111 |
Color Harmonies of #0A413C
Complementary color
Monochromatic Colors of #0A413C
Black with #0A413C
Text Example
Text Example
White with #0A413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A413C; }
p { color: rgb(10,65,60); }
H1.HeaderClassName
{
color: #0A413C;
}
.AnyTagClassName
{
color: #0A413C;
}
</style>
background-color css
<style>
a { background-color: #0A413C; }
a { background-color: rgb(10,65,60); }
div.DivClassName
{
background-color: #0A413C;
}
.BgClassName
{
background-color: #0A413C;
}
</style>
border-color css
<style>
span { border-color: #0A413C; }
span { border-color: rgb(10,65,60); }
td.TdClassName
{
border-color: #0A413C;
}
.TagClassName
{
border-color: #0A413C;
}
</style>