Shades of Cyprus #0D464D
Tints of Cyprus #0D464D
RGB
CMYK
RGB Variations
Color information
#0D464D (or 0x0D464D) is known color: Cyprus. HEX triplet: 0D, 46 and 4D. RGB value is (13,70,77). Sum of RGB (Red+Green+Blue) = 13+70+77=160 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.12% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D464D is #F2B9B2. Grayscale: #353535. Windows color (decimal): -15907251 or 5064205. OLE color: 5064205.
HSL color Cylindrical-coordinate representation of color #0D464D: hue angle of 186.56º 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 #0D464D is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 70 | 77 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.70 |
| HSL | 186.56º | 0.71% | 0.18% | - |
| HSV(B) | 186.56º | 0.83% | 0.3% | - |
| XYZ | 3.7 | 5 | 7.79 | - |
| YUV | 53.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 70 | 77 | 0.83 | 0.09 | 0 | 0.70 | 186.56 | 0.71 | 0.18 |
| Hex | D | 46 | 4D | 53 | 9 | 0 | 46 | BB | 47 | 12 |
| Octal | 15 | 106 | 115 | 123 | 11 | 0 | 106 | 273 | 107 | 22 |
| Binary | 1101 | 1000110 | 1001101 | 1010011 | 1001 | 0 | 1000110 | 10111011 | 1000111 | 10010 |
Color Harmonies of #0D464D
Complementary color
Monochromatic Colors of #0D464D
Black with #0D464D
Text Example
Text Example
White with #0D464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D464D; }
p { color: rgb(13,70,77); }
H1.HeaderClassName
{
color: #0D464D;
}
.AnyTagClassName
{
color: #0D464D;
}
</style>
background-color css
<style>
a { background-color: #0D464D; }
a { background-color: rgb(13,70,77); }
div.DivClassName
{
background-color: #0D464D;
}
.BgClassName
{
background-color: #0D464D;
}
</style>
border-color css
<style>
span { border-color: #0D464D; }
span { border-color: rgb(13,70,77); }
td.TdClassName
{
border-color: #0D464D;
}
.TagClassName
{
border-color: #0D464D;
}
</style>