Shades of Allports #0D5D84
Tints of Allports #0D5D84
RGB
CMYK
RGB Variations
Color information
#0D5D84 (or 0x0D5D84) is known color: Allports. HEX triplet: 0D, 5D and 84. RGB value is (13,93,132). Sum of RGB (Red+Green+Blue) = 13+93+132=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D5D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5D84 is #F2A27B. Grayscale: #494949. Windows color (decimal): -15901308 or 8674573. OLE color: 8674573.
HSL color Cylindrical-coordinate representation of color #0D5D84: hue angle of 199.66º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D5D84 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 93 | 132 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.48 |
| HSL | 199.66º | 0.82% | 0.28% | - |
| HSV(B) | 199.66º | 0.9% | 0.52% | - |
| XYZ | 8.25 | 9.58 | 23.24 | - |
| YUV | 73.53 | 161 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 93 | 132 | 0.90 | 0.30 | 0 | 0.48 | 199.66 | 0.82 | 0.28 |
| Hex | D | 5D | 84 | 5A | 1E | 0 | 30 | C8 | 52 | 1C |
| Octal | 15 | 135 | 204 | 132 | 36 | 0 | 60 | 310 | 122 | 34 |
| Binary | 1101 | 1011101 | 10000100 | 1011010 | 11110 | 0 | 110000 | 11001000 | 1010010 | 11100 |
Color Harmonies of #0D5D84
Complementary color
Monochromatic Colors of #0D5D84
Black with #0D5D84
Text Example
Text Example
White with #0D5D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5D84; }
p { color: rgb(13,93,132); }
H1.HeaderClassName
{
color: #0D5D84;
}
.AnyTagClassName
{
color: #0D5D84;
}
</style>
background-color css
<style>
a { background-color: #0D5D84; }
a { background-color: rgb(13,93,132); }
div.DivClassName
{
background-color: #0D5D84;
}
.BgClassName
{
background-color: #0D5D84;
}
</style>
border-color css
<style>
span { border-color: #0D5D84; }
span { border-color: rgb(13,93,132); }
td.TdClassName
{
border-color: #0D5D84;
}
.TagClassName
{
border-color: #0D5D84;
}
</style>