Shades of Cyprus #0D4249
Tints of Cyprus #0D4249
RGB
CMYK
RGB Variations
Color information
#0D4249 (or 0x0D4249) is known color: Cyprus. HEX triplet: 0D, 42 and 49. RGB value is (13,66,73). Sum of RGB (Red+Green+Blue) = 13+66+73=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #0D4249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4249 is #F2BDB6. Grayscale: #323232. Windows color (decimal): -15908279 or 4801037. OLE color: 4801037.
HSL color Cylindrical-coordinate representation of color #0D4249: hue angle of 187º 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 #0D4249 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 66 | 73 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.71 |
| HSL | 187º | 0.7% | 0.17% | - |
| HSV(B) | 187º | 0.82% | 0.29% | - |
| XYZ | 3.32 | 4.46 | 6.99 | - |
| YUV | 50.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 66 | 73 | 0.82 | 0.10 | 0 | 0.71 | 187 | 0.7 | 0.17 |
| Hex | D | 42 | 49 | 52 | A | 0 | 47 | BB | 46 | 11 |
| Octal | 15 | 102 | 111 | 122 | 12 | 0 | 107 | 273 | 106 | 21 |
| Binary | 1101 | 1000010 | 1001001 | 1010010 | 1010 | 0 | 1000111 | 10111011 | 1000110 | 10001 |
Color Harmonies of #0D4249
Complementary color
Monochromatic Colors of #0D4249
Black with #0D4249
Text Example
Text Example
White with #0D4249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4249; }
p { color: rgb(13,66,73); }
H1.HeaderClassName
{
color: #0D4249;
}
.AnyTagClassName
{
color: #0D4249;
}
</style>
background-color css
<style>
a { background-color: #0D4249; }
a { background-color: rgb(13,66,73); }
div.DivClassName
{
background-color: #0D4249;
}
.BgClassName
{
background-color: #0D4249;
}
</style>
border-color css
<style>
span { border-color: #0D4249; }
span { border-color: rgb(13,66,73); }
td.TdClassName
{
border-color: #0D4249;
}
.TagClassName
{
border-color: #0D4249;
}
</style>