Shades of Allports #0D6586
Tints of Allports #0D6586
RGB
CMYK
RGB Variations
Color information
#0D6586 (or 0x0D6586) is known color: Allports. HEX triplet: 0D, 65 and 86. RGB value is (13,101,134). Sum of RGB (Red+Green+Blue) = 13+101+134=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #0D6586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6586 is #F29A79. Grayscale: #4E4E4E. Windows color (decimal): -15899258 or 8807693. OLE color: 8807693.
HSL color Cylindrical-coordinate representation of color #0D6586: hue angle of 196.36º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D6586 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 101 | 134 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.47 |
| HSL | 196.36º | 0.82% | 0.29% | - |
| HSV(B) | 196.36º | 0.9% | 0.53% | - |
| XYZ | 9.12 | 11.11 | 24.22 | - |
| YUV | 78.45 | 159.35 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 101 | 134 | 0.90 | 0.25 | 0 | 0.47 | 196.36 | 0.82 | 0.29 |
| Hex | D | 65 | 86 | 5A | 19 | 0 | 2F | C4 | 52 | 1D |
| Octal | 15 | 145 | 206 | 132 | 31 | 0 | 57 | 304 | 122 | 35 |
| Binary | 1101 | 1100101 | 10000110 | 1011010 | 11001 | 0 | 101111 | 11000100 | 1010010 | 11101 |
Color Harmonies of #0D6586
Complementary color
Monochromatic Colors of #0D6586
Black with #0D6586
Text Example
Text Example
White with #0D6586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6586; }
p { color: rgb(13,101,134); }
H1.HeaderClassName
{
color: #0D6586;
}
.AnyTagClassName
{
color: #0D6586;
}
</style>
background-color css
<style>
a { background-color: #0D6586; }
a { background-color: rgb(13,101,134); }
div.DivClassName
{
background-color: #0D6586;
}
.BgClassName
{
background-color: #0D6586;
}
</style>
border-color css
<style>
span { border-color: #0D6586; }
span { border-color: rgb(13,101,134); }
td.TdClassName
{
border-color: #0D6586;
}
.TagClassName
{
border-color: #0D6586;
}
</style>