Shades of Cyprus #0D474D
Tints of Cyprus #0D474D
RGB
CMYK
RGB Variations
Color information
#0D474D (or 0x0D474D) is known color: Cyprus. HEX triplet: 0D, 47 and 4D. RGB value is (13,71,77). Sum of RGB (Red+Green+Blue) = 13+71+77=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D474D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D474D is #F2B8B2. Grayscale: #363636. Windows color (decimal): -15906995 or 5064461. OLE color: 5064461.
HSL color Cylindrical-coordinate representation of color #0D474D: hue angle of 185.62º 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 #0D474D is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 71 | 77 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.70 |
| HSL | 185.63º | 0.71% | 0.18% | - |
| HSV(B) | 185.63º | 0.83% | 0.3% | - |
| XYZ | 3.76 | 5.13 | 7.81 | - |
| YUV | 54.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 71 | 77 | 0.83 | 0.08 | 0 | 0.70 | 185.63 | 0.71 | 0.18 |
| Hex | D | 47 | 4D | 53 | 8 | 0 | 46 | BA | 47 | 12 |
| Octal | 15 | 107 | 115 | 123 | 10 | 0 | 106 | 272 | 107 | 22 |
| Binary | 1101 | 1000111 | 1001101 | 1010011 | 1000 | 0 | 1000110 | 10111010 | 1000111 | 10010 |
Color Harmonies of #0D474D
Complementary color
Monochromatic Colors of #0D474D
Black with #0D474D
Text Example
Text Example
White with #0D474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D474D; }
p { color: rgb(13,71,77); }
H1.HeaderClassName
{
color: #0D474D;
}
.AnyTagClassName
{
color: #0D474D;
}
</style>
background-color css
<style>
a { background-color: #0D474D; }
a { background-color: rgb(13,71,77); }
div.DivClassName
{
background-color: #0D474D;
}
.BgClassName
{
background-color: #0D474D;
}
</style>
border-color css
<style>
span { border-color: #0D474D; }
span { border-color: rgb(13,71,77); }
td.TdClassName
{
border-color: #0D474D;
}
.TagClassName
{
border-color: #0D474D;
}
</style>