Shades of Allports #0D658D
Tints of Allports #0D658D
RGB
CMYK
RGB Variations
Color information
#0D658D (or 0x0D658D) is known color: Allports. HEX triplet: 0D, 65 and 8D. RGB value is (13,101,141). Sum of RGB (Red+Green+Blue) = 13+101+141=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D658D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D658D is #F29A72. Grayscale: #4F4F4F. Windows color (decimal): -15899251 or 9266445. OLE color: 9266445.
HSL color Cylindrical-coordinate representation of color #0D658D: hue angle of 198.75º 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 #0D658D is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 101 | 141 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.45 |
| HSL | 198.75º | 0.83% | 0.3% | - |
| HSV(B) | 198.75º | 0.91% | 0.55% | - |
| XYZ | 9.63 | 11.32 | 26.88 | - |
| YUV | 79.25 | 162.85 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 101 | 141 | 0.91 | 0.28 | 0 | 0.45 | 198.75 | 0.83 | 0.3 |
| Hex | D | 65 | 8D | 5B | 1C | 0 | 2D | C7 | 53 | 1E |
| Octal | 15 | 145 | 215 | 133 | 34 | 0 | 55 | 307 | 123 | 36 |
| Binary | 1101 | 1100101 | 10001101 | 1011011 | 11100 | 0 | 101101 | 11000111 | 1010011 | 11110 |
Color Harmonies of #0D658D
Complementary color
Monochromatic Colors of #0D658D
Black with #0D658D
Text Example
Text Example
White with #0D658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D658D; }
p { color: rgb(13,101,141); }
H1.HeaderClassName
{
color: #0D658D;
}
.AnyTagClassName
{
color: #0D658D;
}
</style>
background-color css
<style>
a { background-color: #0D658D; }
a { background-color: rgb(13,101,141); }
div.DivClassName
{
background-color: #0D658D;
}
.BgClassName
{
background-color: #0D658D;
}
</style>
border-color css
<style>
span { border-color: #0D658D; }
span { border-color: rgb(13,101,141); }
td.TdClassName
{
border-color: #0D658D;
}
.TagClassName
{
border-color: #0D658D;
}
</style>