Shades of Cyprus #0A4245
Tints of Cyprus #0A4245
RGB
CMYK
RGB Variations
Color information
#0A4245 (or 0x0A4245) is known color: Cyprus. HEX triplet: 0A, 42 and 45. RGB value is (10,66,69). Sum of RGB (Red+Green+Blue) = 10+66+69=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 69 (27.34% from 255 or 47.59% from 145); Max value from RGB is 69 - color contains mainly: blue. Hex color #0A4245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4245 is #F5BDBA. Grayscale: #313131. Windows color (decimal): -16104891 or 4538890. OLE color: 4538890.
HSL color Cylindrical-coordinate representation of color #0A4245: hue angle of 183.05º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4245 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 66 | 69 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.73 |
| HSL | 183.05º | 0.75% | 0.15% | - |
| HSV(B) | 183.05º | 0.86% | 0.27% | - |
| XYZ | 3.15 | 4.39 | 6.31 | - |
| YUV | 49.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 66 | 69 | 0.86 | 0.04 | 0 | 0.73 | 183.05 | 0.75 | 0.15 |
| Hex | A | 42 | 45 | 56 | 4 | 0 | 49 | B7 | 4B | F |
| Octal | 12 | 102 | 105 | 126 | 4 | 0 | 111 | 267 | 113 | 17 |
| Binary | 1010 | 1000010 | 1000101 | 1010110 | 100 | 0 | 1001001 | 10110111 | 1001011 | 1111 |
Color Harmonies of #0A4245
Complementary color
Monochromatic Colors of #0A4245
Black with #0A4245
Text Example
Text Example
White with #0A4245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4245; }
p { color: rgb(10,66,69); }
H1.HeaderClassName
{
color: #0A4245;
}
.AnyTagClassName
{
color: #0A4245;
}
</style>
background-color css
<style>
a { background-color: #0A4245; }
a { background-color: rgb(10,66,69); }
div.DivClassName
{
background-color: #0A4245;
}
.BgClassName
{
background-color: #0A4245;
}
</style>
border-color css
<style>
span { border-color: #0A4245; }
span { border-color: rgb(10,66,69); }
td.TdClassName
{
border-color: #0A4245;
}
.TagClassName
{
border-color: #0A4245;
}
</style>