Shades of Cyprus #0D494D
Tints of Cyprus #0D494D
RGB
CMYK
RGB Variations
Color information
#0D494D (or 0x0D494D) is known color: Cyprus. HEX triplet: 0D, 49 and 4D. RGB value is (13,73,77). Sum of RGB (Red+Green+Blue) = 13+73+77=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D494D is #F2B6B2. Grayscale: #373737. Windows color (decimal): -15906483 or 5064973. OLE color: 5064973.
HSL color Cylindrical-coordinate representation of color #0D494D: hue angle of 183.75º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D494D is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 73 | 77 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.70 |
| HSL | 183.75º | 0.71% | 0.18% | - |
| HSV(B) | 183.75º | 0.83% | 0.3% | - |
| XYZ | 3.89 | 5.39 | 7.86 | - |
| YUV | 55.52 | 140.12 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 73 | 77 | 0.83 | 0.05 | 0 | 0.70 | 183.75 | 0.71 | 0.18 |
| Hex | D | 49 | 4D | 53 | 5 | 0 | 46 | B8 | 47 | 12 |
| Octal | 15 | 111 | 115 | 123 | 5 | 0 | 106 | 270 | 107 | 22 |
| Binary | 1101 | 1001001 | 1001101 | 1010011 | 101 | 0 | 1000110 | 10111000 | 1000111 | 10010 |
Color Harmonies of #0D494D
Complementary color
Monochromatic Colors of #0D494D
Black with #0D494D
Text Example
Text Example
White with #0D494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D494D; }
p { color: rgb(13,73,77); }
H1.HeaderClassName
{
color: #0D494D;
}
.AnyTagClassName
{
color: #0D494D;
}
</style>
background-color css
<style>
a { background-color: #0D494D; }
a { background-color: rgb(13,73,77); }
div.DivClassName
{
background-color: #0D494D;
}
.BgClassName
{
background-color: #0D494D;
}
</style>
border-color css
<style>
span { border-color: #0D494D; }
span { border-color: rgb(13,73,77); }
td.TdClassName
{
border-color: #0D494D;
}
.TagClassName
{
border-color: #0D494D;
}
</style>