Shades of Allports #0D6E8E
Tints of Allports #0D6E8E
RGB
CMYK
RGB Variations
Color information
#0D6E8E (or 0x0D6E8E) is known color: Allports. HEX triplet: 0D, 6E and 8E. RGB value is (13,110,142). Sum of RGB (Red+Green+Blue) = 13+110+142=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D6E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6E8E is #F29171. Grayscale: #545454. Windows color (decimal): -15896946 or 9334285. OLE color: 9334285.
HSL color Cylindrical-coordinate representation of color #0D6E8E: hue angle of 194.88º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D6E8E is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 110 | 142 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.44 |
| HSL | 194.88º | 0.83% | 0.3% | - |
| HSV(B) | 194.88º | 0.91% | 0.56% | - |
| XYZ | 10.62 | 13.19 | 27.58 | - |
| YUV | 84.65 | 160.36 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 110 | 142 | 0.91 | 0.23 | 0 | 0.44 | 194.88 | 0.83 | 0.3 |
| Hex | D | 6E | 8E | 5B | 17 | 0 | 2C | C3 | 53 | 1E |
| Octal | 15 | 156 | 216 | 133 | 27 | 0 | 54 | 303 | 123 | 36 |
| Binary | 1101 | 1101110 | 10001110 | 1011011 | 10111 | 0 | 101100 | 11000011 | 1010011 | 11110 |
Color Harmonies of #0D6E8E
Complementary color
Monochromatic Colors of #0D6E8E
Black with #0D6E8E
Text Example
Text Example
White with #0D6E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6E8E; }
p { color: rgb(13,110,142); }
H1.HeaderClassName
{
color: #0D6E8E;
}
.AnyTagClassName
{
color: #0D6E8E;
}
</style>
background-color css
<style>
a { background-color: #0D6E8E; }
a { background-color: rgb(13,110,142); }
div.DivClassName
{
background-color: #0D6E8E;
}
.BgClassName
{
background-color: #0D6E8E;
}
</style>
border-color css
<style>
span { border-color: #0D6E8E; }
span { border-color: rgb(13,110,142); }
td.TdClassName
{
border-color: #0D6E8E;
}
.TagClassName
{
border-color: #0D6E8E;
}
</style>