Shades of Allports #0D617E
Tints of Allports #0D617E
RGB
CMYK
RGB Variations
Color information
#0D617E (or 0x0D617E) is known color: Allports. HEX triplet: 0D, 61 and 7E. RGB value is (13,97,126). Sum of RGB (Red+Green+Blue) = 13+97+126=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D617E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D617E is #F29E81. Grayscale: #4A4A4A. Windows color (decimal): -15900290 or 8282381. OLE color: 8282381.
HSL color Cylindrical-coordinate representation of color #0D617E: hue angle of 195.4º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D617E is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 97 | 126 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.51 |
| HSL | 195.4º | 0.81% | 0.27% | - |
| HSV(B) | 195.4º | 0.9% | 0.49% | - |
| XYZ | 8.21 | 10.14 | 21.26 | - |
| YUV | 75.19 | 156.67 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 126 | 0.90 | 0.23 | 0 | 0.51 | 195.4 | 0.81 | 0.27 |
| Hex | D | 61 | 7E | 5A | 17 | 0 | 33 | C3 | 51 | 1B |
| Octal | 15 | 141 | 176 | 132 | 27 | 0 | 63 | 303 | 121 | 33 |
| Binary | 1101 | 1100001 | 1111110 | 1011010 | 10111 | 0 | 110011 | 11000011 | 1010001 | 11011 |
Color Harmonies of #0D617E
Complementary color
Monochromatic Colors of #0D617E
Black with #0D617E
Text Example
Text Example
White with #0D617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D617E; }
p { color: rgb(13,97,126); }
H1.HeaderClassName
{
color: #0D617E;
}
.AnyTagClassName
{
color: #0D617E;
}
</style>
background-color css
<style>
a { background-color: #0D617E; }
a { background-color: rgb(13,97,126); }
div.DivClassName
{
background-color: #0D617E;
}
.BgClassName
{
background-color: #0D617E;
}
</style>
border-color css
<style>
span { border-color: #0D617E; }
span { border-color: rgb(13,97,126); }
td.TdClassName
{
border-color: #0D617E;
}
.TagClassName
{
border-color: #0D617E;
}
</style>