Shades of Cyprus #0D3E45
Tints of Cyprus #0D3E45
RGB
CMYK
RGB Variations
Color information
#0D3E45 (or 0x0D3E45) is known color: Cyprus. HEX triplet: 0D, 3E and 45. RGB value is (13,62,69). Sum of RGB (Red+Green+Blue) = 13+62+69=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #0D3E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3E45 is #F2C1BA. Grayscale: #303030. Windows color (decimal): -15909307 or 4537869. OLE color: 4537869.
HSL color Cylindrical-coordinate representation of color #0D3E45: hue angle of 187.5º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D3E45 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 62 | 69 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.73 |
| HSL | 187.5º | 0.68% | 0.16% | - |
| HSV(B) | 187.5º | 0.81% | 0.27% | - |
| XYZ | 2.96 | 3.96 | 6.24 | - |
| YUV | 48.15 | 139.77 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 69 | 0.81 | 0.10 | 0 | 0.73 | 187.5 | 0.68 | 0.16 |
| Hex | D | 3E | 45 | 51 | A | 0 | 49 | BC | 44 | 10 |
| Octal | 15 | 76 | 105 | 121 | 12 | 0 | 111 | 274 | 104 | 20 |
| Binary | 1101 | 111110 | 1000101 | 1010001 | 1010 | 0 | 1001001 | 10111100 | 1000100 | 10000 |
Color Harmonies of #0D3E45
Complementary color
Monochromatic Colors of #0D3E45
Black with #0D3E45
Text Example
Text Example
White with #0D3E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3E45; }
p { color: rgb(13,62,69); }
H1.HeaderClassName
{
color: #0D3E45;
}
.AnyTagClassName
{
color: #0D3E45;
}
</style>
background-color css
<style>
a { background-color: #0D3E45; }
a { background-color: rgb(13,62,69); }
div.DivClassName
{
background-color: #0D3E45;
}
.BgClassName
{
background-color: #0D3E45;
}
</style>
border-color css
<style>
span { border-color: #0D3E45; }
span { border-color: rgb(13,62,69); }
td.TdClassName
{
border-color: #0D3E45;
}
.TagClassName
{
border-color: #0D3E45;
}
</style>