Shades of Allports #0D6089
Tints of Allports #0D6089
RGB
CMYK
RGB Variations
Color information
#0D6089 (or 0x0D6089) is known color: Allports. HEX triplet: 0D, 60 and 89. RGB value is (13,96,137). Sum of RGB (Red+Green+Blue) = 13+96+137=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D6089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6089 is #F29F76. Grayscale: #4B4B4B. Windows color (decimal): -15900535 or 9003021. OLE color: 9003021.
HSL color Cylindrical-coordinate representation of color #0D6089: hue angle of 199.84º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D6089 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 96 | 137 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.46 |
| HSL | 199.84º | 0.83% | 0.29% | - |
| HSV(B) | 199.84º | 0.91% | 0.54% | - |
| XYZ | 8.86 | 10.26 | 25.18 | - |
| YUV | 75.86 | 162.5 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 96 | 137 | 0.91 | 0.30 | 0 | 0.46 | 199.84 | 0.83 | 0.29 |
| Hex | D | 60 | 89 | 5B | 1E | 0 | 2E | C8 | 53 | 1D |
| Octal | 15 | 140 | 211 | 133 | 36 | 0 | 56 | 310 | 123 | 35 |
| Binary | 1101 | 1100000 | 10001001 | 1011011 | 11110 | 0 | 101110 | 11001000 | 1010011 | 11101 |
Color Harmonies of #0D6089
Complementary color
Monochromatic Colors of #0D6089
Black with #0D6089
Text Example
Text Example
White with #0D6089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6089; }
p { color: rgb(13,96,137); }
H1.HeaderClassName
{
color: #0D6089;
}
.AnyTagClassName
{
color: #0D6089;
}
</style>
background-color css
<style>
a { background-color: #0D6089; }
a { background-color: rgb(13,96,137); }
div.DivClassName
{
background-color: #0D6089;
}
.BgClassName
{
background-color: #0D6089;
}
</style>
border-color css
<style>
span { border-color: #0D6089; }
span { border-color: rgb(13,96,137); }
td.TdClassName
{
border-color: #0D6089;
}
.TagClassName
{
border-color: #0D6089;
}
</style>