Shades of Cyprus #0A453D
Tints of Cyprus #0A453D
RGB
CMYK
RGB Variations
Color information
#0A453D (or 0x0A453D) is known color: Cyprus. HEX triplet: 0A, 45 and 3D. RGB value is (10,69,61). Sum of RGB (Red+Green+Blue) = 10+69+61=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #0A453D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A453D is #F5BAC2. Grayscale: #323232. Windows color (decimal): -16104131 or 4015370. OLE color: 4015370.
HSL color Cylindrical-coordinate representation of color #0A453D: hue angle of 171.86º 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 #0A453D is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 69 | 61 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.73 |
| HSL | 171.86º | 0.75% | 0.15% | - |
| HSV(B) | 171.86º | 0.86% | 0.27% | - |
| XYZ | 3.1 | 4.66 | 5.15 | - |
| YUV | 50.45 | 133.95 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 61 | 0.86 | 0 | 0.12 | 0.73 | 171.86 | 0.75 | 0.15 |
| Hex | A | 45 | 3D | 56 | 0 | C | 49 | AC | 4B | F |
| Octal | 12 | 105 | 75 | 126 | 0 | 14 | 111 | 254 | 113 | 17 |
| Binary | 1010 | 1000101 | 111101 | 1010110 | 0 | 1100 | 1001001 | 10101100 | 1001011 | 1111 |
Color Harmonies of #0A453D
Complementary color
Monochromatic Colors of #0A453D
Black with #0A453D
Text Example
Text Example
White with #0A453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A453D; }
p { color: rgb(10,69,61); }
H1.HeaderClassName
{
color: #0A453D;
}
.AnyTagClassName
{
color: #0A453D;
}
</style>
background-color css
<style>
a { background-color: #0A453D; }
a { background-color: rgb(10,69,61); }
div.DivClassName
{
background-color: #0A453D;
}
.BgClassName
{
background-color: #0A453D;
}
</style>
border-color css
<style>
span { border-color: #0A453D; }
span { border-color: rgb(10,69,61); }
td.TdClassName
{
border-color: #0A453D;
}
.TagClassName
{
border-color: #0A453D;
}
</style>