Shades of Allports #0D6E91
Tints of Allports #0D6E91
RGB
CMYK
RGB Variations
Color information
#0D6E91 (or 0x0D6E91) is known color: Allports. HEX triplet: 0D, 6E and 91. RGB value is (13,110,145). Sum of RGB (Red+Green+Blue) = 13+110+145=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #0D6E91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6E91 is #F2916E. Grayscale: #545454. Windows color (decimal): -15896943 or 9530893. OLE color: 9530893.
HSL color Cylindrical-coordinate representation of color #0D6E91: hue angle of 195.91º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D6E91 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 110 | 145 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.43 |
| HSL | 195.91º | 0.84% | 0.31% | - |
| HSV(B) | 195.91º | 0.91% | 0.57% | - |
| XYZ | 10.85 | 13.28 | 28.78 | - |
| YUV | 84.99 | 161.86 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 110 | 145 | 0.91 | 0.24 | 0 | 0.43 | 195.91 | 0.84 | 0.31 |
| Hex | D | 6E | 91 | 5B | 18 | 0 | 2B | C4 | 54 | 1F |
| Octal | 15 | 156 | 221 | 133 | 30 | 0 | 53 | 304 | 124 | 37 |
| Binary | 1101 | 1101110 | 10010001 | 1011011 | 11000 | 0 | 101011 | 11000100 | 1010100 | 11111 |
Color Harmonies of #0D6E91
Complementary color
Monochromatic Colors of #0D6E91
Black with #0D6E91
Text Example
Text Example
White with #0D6E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6E91; }
p { color: rgb(13,110,145); }
H1.HeaderClassName
{
color: #0D6E91;
}
.AnyTagClassName
{
color: #0D6E91;
}
</style>
background-color css
<style>
a { background-color: #0D6E91; }
a { background-color: rgb(13,110,145); }
div.DivClassName
{
background-color: #0D6E91;
}
.BgClassName
{
background-color: #0D6E91;
}
</style>
border-color css
<style>
span { border-color: #0D6E91; }
span { border-color: rgb(13,110,145); }
td.TdClassName
{
border-color: #0D6E91;
}
.TagClassName
{
border-color: #0D6E91;
}
</style>