Shades of Cyprus #0A443E
Tints of Cyprus #0A443E
RGB
CMYK
RGB Variations
Color information
#0A443E (or 0x0A443E) is known color: Cyprus. HEX triplet: 0A, 44 and 3E. RGB value is (10,68,62). Sum of RGB (Red+Green+Blue) = 10+68+62=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #0A443E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A443E is #F5BBC1. Grayscale: #313131. Windows color (decimal): -16104386 or 4080650. OLE color: 4080650.
HSL color Cylindrical-coordinate representation of color #0A443E: hue angle of 173.79º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A443E is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 68 | 62 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.73 |
| HSL | 173.79º | 0.74% | 0.15% | - |
| HSV(B) | 173.79º | 0.85% | 0.27% | - |
| XYZ | 3.06 | 4.55 | 5.27 | - |
| YUV | 49.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 68 | 62 | 0.85 | 0 | 0.09 | 0.73 | 173.79 | 0.74 | 0.15 |
| Hex | A | 44 | 3E | 55 | 0 | 9 | 49 | AE | 4A | F |
| Octal | 12 | 104 | 76 | 125 | 0 | 11 | 111 | 256 | 112 | 17 |
| Binary | 1010 | 1000100 | 111110 | 1010101 | 0 | 1001 | 1001001 | 10101110 | 1001010 | 1111 |
Color Harmonies of #0A443E
Complementary color
Monochromatic Colors of #0A443E
Black with #0A443E
Text Example
Text Example
White with #0A443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A443E; }
p { color: rgb(10,68,62); }
H1.HeaderClassName
{
color: #0A443E;
}
.AnyTagClassName
{
color: #0A443E;
}
</style>
background-color css
<style>
a { background-color: #0A443E; }
a { background-color: rgb(10,68,62); }
div.DivClassName
{
background-color: #0A443E;
}
.BgClassName
{
background-color: #0A443E;
}
</style>
border-color css
<style>
span { border-color: #0A443E; }
span { border-color: rgb(10,68,62); }
td.TdClassName
{
border-color: #0A443E;
}
.TagClassName
{
border-color: #0A443E;
}
</style>