Shades of Allports #0D6785
Tints of Allports #0D6785
RGB
CMYK
RGB Variations
Color information
#0D6785 (or 0x0D6785) is known color: Allports. HEX triplet: 0D, 67 and 85. RGB value is (13,103,133). Sum of RGB (Red+Green+Blue) = 13+103+133=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D6785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6785 is #F2987A. Grayscale: #4F4F4F. Windows color (decimal): -15898747 or 8742669. OLE color: 8742669.
HSL color Cylindrical-coordinate representation of color #0D6785: hue angle of 195º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D6785 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 103 | 133 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.48 |
| HSL | 195º | 0.82% | 0.29% | - |
| HSV(B) | 195º | 0.9% | 0.52% | - |
| XYZ | 9.25 | 11.48 | 23.92 | - |
| YUV | 79.51 | 158.18 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 103 | 133 | 0.90 | 0.23 | 0 | 0.48 | 195 | 0.82 | 0.29 |
| Hex | D | 67 | 85 | 5A | 17 | 0 | 30 | C3 | 52 | 1D |
| Octal | 15 | 147 | 205 | 132 | 27 | 0 | 60 | 303 | 122 | 35 |
| Binary | 1101 | 1100111 | 10000101 | 1011010 | 10111 | 0 | 110000 | 11000011 | 1010010 | 11101 |
Color Harmonies of #0D6785
Complementary color
Monochromatic Colors of #0D6785
Black with #0D6785
Text Example
Text Example
White with #0D6785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6785; }
p { color: rgb(13,103,133); }
H1.HeaderClassName
{
color: #0D6785;
}
.AnyTagClassName
{
color: #0D6785;
}
</style>
background-color css
<style>
a { background-color: #0D6785; }
a { background-color: rgb(13,103,133); }
div.DivClassName
{
background-color: #0D6785;
}
.BgClassName
{
background-color: #0D6785;
}
</style>
border-color css
<style>
span { border-color: #0D6785; }
span { border-color: rgb(13,103,133); }
td.TdClassName
{
border-color: #0D6785;
}
.TagClassName
{
border-color: #0D6785;
}
</style>