Shades of Allports #0D738D
Tints of Allports #0D738D
RGB
CMYK
RGB Variations
Color information
#0D738D (or 0x0D738D) is known color: Allports. HEX triplet: 0D, 73 and 8D. RGB value is (13,115,141). Sum of RGB (Red+Green+Blue) = 13+115+141=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D738D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D738D is #F28C72. Grayscale: #575757. Windows color (decimal): -15895667 or 9270029. OLE color: 9270029.
HSL color Cylindrical-coordinate representation of color #0D738D: hue angle of 192.19º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D738D is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 115 | 141 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.45 |
| HSL | 192.19º | 0.83% | 0.3% | - |
| HSV(B) | 192.19º | 0.91% | 0.55% | - |
| XYZ | 11.1 | 14.27 | 27.37 | - |
| YUV | 87.47 | 158.21 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 115 | 141 | 0.91 | 0.18 | 0 | 0.45 | 192.19 | 0.83 | 0.3 |
| Hex | D | 73 | 8D | 5B | 12 | 0 | 2D | C0 | 53 | 1E |
| Octal | 15 | 163 | 215 | 133 | 22 | 0 | 55 | 300 | 123 | 36 |
| Binary | 1101 | 1110011 | 10001101 | 1011011 | 10010 | 0 | 101101 | 11000000 | 1010011 | 11110 |
Color Harmonies of #0D738D
Complementary color
Monochromatic Colors of #0D738D
Black with #0D738D
Text Example
Text Example
White with #0D738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D738D; }
p { color: rgb(13,115,141); }
H1.HeaderClassName
{
color: #0D738D;
}
.AnyTagClassName
{
color: #0D738D;
}
</style>
background-color css
<style>
a { background-color: #0D738D; }
a { background-color: rgb(13,115,141); }
div.DivClassName
{
background-color: #0D738D;
}
.BgClassName
{
background-color: #0D738D;
}
</style>
border-color css
<style>
span { border-color: #0D738D; }
span { border-color: rgb(13,115,141); }
td.TdClassName
{
border-color: #0D738D;
}
.TagClassName
{
border-color: #0D738D;
}
</style>