Shades of Cyprus #0D464B
Tints of Cyprus #0D464B
RGB
CMYK
RGB Variations
Color information
#0D464B (or 0x0D464B) is known color: Cyprus. HEX triplet: 0D, 46 and 4B. RGB value is (13,70,75). Sum of RGB (Red+Green+Blue) = 13+70+75=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D464B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D464B is #F2B9B4. Grayscale: #353535. Windows color (decimal): -15907253 or 4933133. OLE color: 4933133.
HSL color Cylindrical-coordinate representation of color #0D464B: hue angle of 184.84º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D464B is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 70 | 75 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.71 |
| HSL | 184.84º | 0.7% | 0.17% | - |
| HSV(B) | 184.84º | 0.83% | 0.29% | - |
| XYZ | 3.63 | 4.97 | 7.43 | - |
| YUV | 53.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 70 | 75 | 0.83 | 0.07 | 0 | 0.71 | 184.84 | 0.7 | 0.17 |
| Hex | D | 46 | 4B | 53 | 7 | 0 | 47 | B9 | 46 | 11 |
| Octal | 15 | 106 | 113 | 123 | 7 | 0 | 107 | 271 | 106 | 21 |
| Binary | 1101 | 1000110 | 1001011 | 1010011 | 111 | 0 | 1000111 | 10111001 | 1000110 | 10001 |
Color Harmonies of #0D464B
Complementary color
Monochromatic Colors of #0D464B
Black with #0D464B
Text Example
Text Example
White with #0D464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D464B; }
p { color: rgb(13,70,75); }
H1.HeaderClassName
{
color: #0D464B;
}
.AnyTagClassName
{
color: #0D464B;
}
</style>
background-color css
<style>
a { background-color: #0D464B; }
a { background-color: rgb(13,70,75); }
div.DivClassName
{
background-color: #0D464B;
}
.BgClassName
{
background-color: #0D464B;
}
</style>
border-color css
<style>
span { border-color: #0D464B; }
span { border-color: rgb(13,70,75); }
td.TdClassName
{
border-color: #0D464B;
}
.TagClassName
{
border-color: #0D464B;
}
</style>