Shades of Cyprus #0D4649
Tints of Cyprus #0D4649
RGB
CMYK
RGB Variations
Color information
#0D4649 (or 0x0D4649) is known color: Cyprus. HEX triplet: 0D, 46 and 49. RGB value is (13,70,73). Sum of RGB (Red+Green+Blue) = 13+70+73=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #0D4649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4649 is #F2B9B6. Grayscale: #353535. Windows color (decimal): -15907255 or 4802061. OLE color: 4802061.
HSL color Cylindrical-coordinate representation of color #0D4649: hue angle of 183º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4649 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 70 | 73 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.71 |
| HSL | 183º | 0.7% | 0.17% | - |
| HSV(B) | 183º | 0.82% | 0.29% | - |
| XYZ | 3.56 | 4.95 | 7.07 | - |
| YUV | 53.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 70 | 73 | 0.82 | 0.04 | 0 | 0.71 | 183 | 0.7 | 0.17 |
| Hex | D | 46 | 49 | 52 | 4 | 0 | 47 | B7 | 46 | 11 |
| Octal | 15 | 106 | 111 | 122 | 4 | 0 | 107 | 267 | 106 | 21 |
| Binary | 1101 | 1000110 | 1001001 | 1010010 | 100 | 0 | 1000111 | 10110111 | 1000110 | 10001 |
Color Harmonies of #0D4649
Complementary color
Monochromatic Colors of #0D4649
Black with #0D4649
Text Example
Text Example
White with #0D4649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4649; }
p { color: rgb(13,70,73); }
H1.HeaderClassName
{
color: #0D4649;
}
.AnyTagClassName
{
color: #0D4649;
}
</style>
background-color css
<style>
a { background-color: #0D4649; }
a { background-color: rgb(13,70,73); }
div.DivClassName
{
background-color: #0D4649;
}
.BgClassName
{
background-color: #0D4649;
}
</style>
border-color css
<style>
span { border-color: #0D4649; }
span { border-color: rgb(13,70,73); }
td.TdClassName
{
border-color: #0D4649;
}
.TagClassName
{
border-color: #0D4649;
}
</style>