Shades of Allports #0D707F
Tints of Allports #0D707F
RGB
CMYK
RGB Variations
Color information
#0D707F (or 0x0D707F) is known color: Allports. HEX triplet: 0D, 70 and 7F. RGB value is (13,112,127). Sum of RGB (Red+Green+Blue) = 13+112+127=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #0D707F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D707F is #F28F80. Grayscale: #535353. Windows color (decimal): -15896449 or 8351757. OLE color: 8351757.
HSL color Cylindrical-coordinate representation of color #0D707F: hue angle of 187.89º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D707F is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 112 | 127 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.50 |
| HSL | 187.89º | 0.81% | 0.27% | - |
| HSV(B) | 187.89º | 0.9% | 0.5% | - |
| XYZ | 9.79 | 13.21 | 22.11 | - |
| YUV | 84.11 | 152.2 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 112 | 127 | 0.90 | 0.12 | 0 | 0.50 | 187.89 | 0.81 | 0.27 |
| Hex | D | 70 | 7F | 5A | C | 0 | 32 | BC | 51 | 1B |
| Octal | 15 | 160 | 177 | 132 | 14 | 0 | 62 | 274 | 121 | 33 |
| Binary | 1101 | 1110000 | 1111111 | 1011010 | 1100 | 0 | 110010 | 10111100 | 1010001 | 11011 |
Color Harmonies of #0D707F
Complementary color
Monochromatic Colors of #0D707F
Black with #0D707F
Text Example
Text Example
White with #0D707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D707F; }
p { color: rgb(13,112,127); }
H1.HeaderClassName
{
color: #0D707F;
}
.AnyTagClassName
{
color: #0D707F;
}
</style>
background-color css
<style>
a { background-color: #0D707F; }
a { background-color: rgb(13,112,127); }
div.DivClassName
{
background-color: #0D707F;
}
.BgClassName
{
background-color: #0D707F;
}
</style>
border-color css
<style>
span { border-color: #0D707F; }
span { border-color: rgb(13,112,127); }
td.TdClassName
{
border-color: #0D707F;
}
.TagClassName
{
border-color: #0D707F;
}
</style>