Shades of Allports #0D7085
Tints of Allports #0D7085
RGB
CMYK
RGB Variations
Color information
#0D7085 (or 0x0D7085) is known color: Allports. HEX triplet: 0D, 70 and 85. RGB value is (13,112,133). Sum of RGB (Red+Green+Blue) = 13+112+133=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D7085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7085 is #F28F7A. Grayscale: #545454. Windows color (decimal): -15896443 or 8744973. OLE color: 8744973.
HSL color Cylindrical-coordinate representation of color #0D7085: hue angle of 190.5º 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 #0D7085 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 112 | 133 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.48 |
| HSL | 190.5º | 0.82% | 0.29% | - |
| HSV(B) | 190.5º | 0.9% | 0.52% | - |
| XYZ | 10.19 | 13.37 | 24.23 | - |
| YUV | 84.79 | 155.2 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 112 | 133 | 0.90 | 0.16 | 0 | 0.48 | 190.5 | 0.82 | 0.29 |
| Hex | D | 70 | 85 | 5A | 10 | 0 | 30 | BE | 52 | 1D |
| Octal | 15 | 160 | 205 | 132 | 20 | 0 | 60 | 276 | 122 | 35 |
| Binary | 1101 | 1110000 | 10000101 | 1011010 | 10000 | 0 | 110000 | 10111110 | 1010010 | 11101 |
Color Harmonies of #0D7085
Complementary color
Monochromatic Colors of #0D7085
Black with #0D7085
Text Example
Text Example
White with #0D7085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7085; }
p { color: rgb(13,112,133); }
H1.HeaderClassName
{
color: #0D7085;
}
.AnyTagClassName
{
color: #0D7085;
}
</style>
background-color css
<style>
a { background-color: #0D7085; }
a { background-color: rgb(13,112,133); }
div.DivClassName
{
background-color: #0D7085;
}
.BgClassName
{
background-color: #0D7085;
}
</style>
border-color css
<style>
span { border-color: #0D7085; }
span { border-color: rgb(13,112,133); }
td.TdClassName
{
border-color: #0D7085;
}
.TagClassName
{
border-color: #0D7085;
}
</style>