Shades of Allports #0D5C7D
Tints of Allports #0D5C7D
RGB
CMYK
RGB Variations
Color information
#0D5C7D (or 0x0D5C7D) is known color: Allports. HEX triplet: 0D, 5C and 7D. RGB value is (13,92,125). Sum of RGB (Red+Green+Blue) = 13+92+125=230 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.65% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D5C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5C7D is #F2A382. Grayscale: #474747. Windows color (decimal): -15901571 or 8215565. OLE color: 8215565.
HSL color Cylindrical-coordinate representation of color #0D5C7D: hue angle of 197.68º 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 #0D5C7D is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 92 | 125 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.51 |
| HSL | 197.68º | 0.81% | 0.27% | - |
| HSV(B) | 197.68º | 0.9% | 0.49% | - |
| XYZ | 7.69 | 9.22 | 20.78 | - |
| YUV | 72.14 | 157.83 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 92 | 125 | 0.90 | 0.26 | 0 | 0.51 | 197.68 | 0.81 | 0.27 |
| Hex | D | 5C | 7D | 5A | 1A | 0 | 33 | C6 | 51 | 1B |
| Octal | 15 | 134 | 175 | 132 | 32 | 0 | 63 | 306 | 121 | 33 |
| Binary | 1101 | 1011100 | 1111101 | 1011010 | 11010 | 0 | 110011 | 11000110 | 1010001 | 11011 |
Color Harmonies of #0D5C7D
Complementary color
Monochromatic Colors of #0D5C7D
Black with #0D5C7D
Text Example
Text Example
White with #0D5C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5C7D; }
p { color: rgb(13,92,125); }
H1.HeaderClassName
{
color: #0D5C7D;
}
.AnyTagClassName
{
color: #0D5C7D;
}
</style>
background-color css
<style>
a { background-color: #0D5C7D; }
a { background-color: rgb(13,92,125); }
div.DivClassName
{
background-color: #0D5C7D;
}
.BgClassName
{
background-color: #0D5C7D;
}
</style>
border-color css
<style>
span { border-color: #0D5C7D; }
span { border-color: rgb(13,92,125); }
td.TdClassName
{
border-color: #0D5C7D;
}
.TagClassName
{
border-color: #0D5C7D;
}
</style>