Shades of Allports #0D6187
Tints of Allports #0D6187
RGB
CMYK
RGB Variations
Color information
#0D6187 (or 0x0D6187) is known color: Allports. HEX triplet: 0D, 61 and 87. RGB value is (13,97,135). Sum of RGB (Red+Green+Blue) = 13+97+135=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D6187 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6187 is #F29E78. Grayscale: #4B4B4B. Windows color (decimal): -15900281 or 8872205. OLE color: 8872205.
HSL color Cylindrical-coordinate representation of color #0D6187: hue angle of 198.69º 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 #0D6187 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 97 | 135 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.47 |
| HSL | 198.69º | 0.82% | 0.29% | - |
| HSV(B) | 198.69º | 0.9% | 0.53% | - |
| XYZ | 8.81 | 10.38 | 24.46 | - |
| YUV | 76.22 | 161.17 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 135 | 0.90 | 0.28 | 0 | 0.47 | 198.69 | 0.82 | 0.29 |
| Hex | D | 61 | 87 | 5A | 1C | 0 | 2F | C7 | 52 | 1D |
| Octal | 15 | 141 | 207 | 132 | 34 | 0 | 57 | 307 | 122 | 35 |
| Binary | 1101 | 1100001 | 10000111 | 1011010 | 11100 | 0 | 101111 | 11000111 | 1010010 | 11101 |
Color Harmonies of #0D6187
Complementary color
Monochromatic Colors of #0D6187
Black with #0D6187
Text Example
Text Example
White with #0D6187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6187; }
p { color: rgb(13,97,135); }
H1.HeaderClassName
{
color: #0D6187;
}
.AnyTagClassName
{
color: #0D6187;
}
</style>
background-color css
<style>
a { background-color: #0D6187; }
a { background-color: rgb(13,97,135); }
div.DivClassName
{
background-color: #0D6187;
}
.BgClassName
{
background-color: #0D6187;
}
</style>
border-color css
<style>
span { border-color: #0D6187; }
span { border-color: rgb(13,97,135); }
td.TdClassName
{
border-color: #0D6187;
}
.TagClassName
{
border-color: #0D6187;
}
</style>