Shades of Cyprus #0D5244
Tints of Cyprus #0D5244
RGB
CMYK
RGB Variations
Color information
#0D5244 (or 0x0D5244) is known color: Cyprus. HEX triplet: 0D, 52 and 44. RGB value is (13,82,68). Sum of RGB (Red+Green+Blue) = 13+82+68=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #0D5244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5244 is #F2ADBB. Grayscale: #3B3B3B. Windows color (decimal): -15904188 or 4477453. OLE color: 4477453.
HSL color Cylindrical-coordinate representation of color #0D5244: hue angle of 167.83º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5244 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 82 | 68 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.68 |
| HSL | 167.83º | 0.73% | 0.19% | - |
| HSV(B) | 167.83º | 0.84% | 0.32% | - |
| XYZ | 4.23 | 6.54 | 6.51 | - |
| YUV | 59.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 82 | 68 | 0.84 | 0 | 0.17 | 0.68 | 167.83 | 0.73 | 0.19 |
| Hex | D | 52 | 44 | 54 | 0 | 11 | 44 | A8 | 49 | 13 |
| Octal | 15 | 122 | 104 | 124 | 0 | 21 | 104 | 250 | 111 | 23 |
| Binary | 1101 | 1010010 | 1000100 | 1010100 | 0 | 10001 | 1000100 | 10101000 | 1001001 | 10011 |
Color Harmonies of #0D5244
Complementary color
Monochromatic Colors of #0D5244
Black with #0D5244
Text Example
Text Example
White with #0D5244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5244; }
p { color: rgb(13,82,68); }
H1.HeaderClassName
{
color: #0D5244;
}
.AnyTagClassName
{
color: #0D5244;
}
</style>
background-color css
<style>
a { background-color: #0D5244; }
a { background-color: rgb(13,82,68); }
div.DivClassName
{
background-color: #0D5244;
}
.BgClassName
{
background-color: #0D5244;
}
</style>
border-color css
<style>
span { border-color: #0D5244; }
span { border-color: rgb(13,82,68); }
td.TdClassName
{
border-color: #0D5244;
}
.TagClassName
{
border-color: #0D5244;
}
</style>