Shades of Allports #0D6593
Tints of Allports #0D6593
RGB
CMYK
RGB Variations
Color information
#0D6593 (or 0x0D6593) is known color: Allports. HEX triplet: 0D, 65 and 93. RGB value is (13,101,147). Sum of RGB (Red+Green+Blue) = 13+101+147=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D6593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6593 is #F29A6C. Grayscale: #4F4F4F. Windows color (decimal): -15899245 or 9659661. OLE color: 9659661.
HSL color Cylindrical-coordinate representation of color #0D6593: hue angle of 200.6º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D6593 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 101 | 147 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.42 |
| HSL | 200.6º | 0.84% | 0.31% | - |
| HSV(B) | 200.6º | 0.91% | 0.58% | - |
| XYZ | 10.09 | 11.5 | 29.29 | - |
| YUV | 79.93 | 165.85 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 101 | 147 | 0.91 | 0.31 | 0 | 0.42 | 200.6 | 0.84 | 0.31 |
| Hex | D | 65 | 93 | 5B | 1F | 0 | 2A | C9 | 54 | 1F |
| Octal | 15 | 145 | 223 | 133 | 37 | 0 | 52 | 311 | 124 | 37 |
| Binary | 1101 | 1100101 | 10010011 | 1011011 | 11111 | 0 | 101010 | 11001001 | 1010100 | 11111 |
Color Harmonies of #0D6593
Complementary color
Monochromatic Colors of #0D6593
Black with #0D6593
Text Example
Text Example
White with #0D6593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6593; }
p { color: rgb(13,101,147); }
H1.HeaderClassName
{
color: #0D6593;
}
.AnyTagClassName
{
color: #0D6593;
}
</style>
background-color css
<style>
a { background-color: #0D6593; }
a { background-color: rgb(13,101,147); }
div.DivClassName
{
background-color: #0D6593;
}
.BgClassName
{
background-color: #0D6593;
}
</style>
border-color css
<style>
span { border-color: #0D6593; }
span { border-color: rgb(13,101,147); }
td.TdClassName
{
border-color: #0D6593;
}
.TagClassName
{
border-color: #0D6593;
}
</style>