Shades of Allports #0D758D
Tints of Allports #0D758D
RGB
CMYK
RGB Variations
Color information
#0D758D (or 0x0D758D) is known color: Allports. HEX triplet: 0D, 75 and 8D. RGB value is (13,117,141). Sum of RGB (Red+Green+Blue) = 13+117+141=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D758D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D758D is #F28A72. Grayscale: #585858. Windows color (decimal): -15895155 or 9270541. OLE color: 9270541.
HSL color Cylindrical-coordinate representation of color #0D758D: hue angle of 191.25º 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 #0D758D is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 117 | 141 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.45 |
| HSL | 191.25º | 0.83% | 0.3% | - |
| HSV(B) | 191.25º | 0.91% | 0.55% | - |
| XYZ | 11.33 | 14.73 | 27.45 | - |
| YUV | 88.64 | 157.54 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 141 | 0.91 | 0.17 | 0 | 0.45 | 191.25 | 0.83 | 0.3 |
| Hex | D | 75 | 8D | 5B | 11 | 0 | 2D | BF | 53 | 1E |
| Octal | 15 | 165 | 215 | 133 | 21 | 0 | 55 | 277 | 123 | 36 |
| Binary | 1101 | 1110101 | 10001101 | 1011011 | 10001 | 0 | 101101 | 10111111 | 1010011 | 11110 |
Color Harmonies of #0D758D
Complementary color
Monochromatic Colors of #0D758D
Black with #0D758D
Text Example
Text Example
White with #0D758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D758D; }
p { color: rgb(13,117,141); }
H1.HeaderClassName
{
color: #0D758D;
}
.AnyTagClassName
{
color: #0D758D;
}
</style>
background-color css
<style>
a { background-color: #0D758D; }
a { background-color: rgb(13,117,141); }
div.DivClassName
{
background-color: #0D758D;
}
.BgClassName
{
background-color: #0D758D;
}
</style>
border-color css
<style>
span { border-color: #0D758D; }
span { border-color: rgb(13,117,141); }
td.TdClassName
{
border-color: #0D758D;
}
.TagClassName
{
border-color: #0D758D;
}
</style>