Shades of Denim #0D5BAB
Tints of Denim #0D5BAB
RGB
CMYK
RGB Variations
Color information
#0D5BAB (or 0x0D5BAB) is known color: Denim. HEX triplet: 0D, 5B and AB. RGB value is (13,91,171). Sum of RGB (Red+Green+Blue) = 13+91+171=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D5BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5BAB is #F2A454. Grayscale: #4C4C4C. Windows color (decimal): -15901781 or 11229965. OLE color: 11229965.
HSL color Cylindrical-coordinate representation of color #0D5BAB: hue angle of 210.38º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D5BAB is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 91 | 171 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.33 |
| HSL | 210.38º | 0.86% | 0.36% | - |
| HSV(B) | 210.38º | 0.92% | 0.67% | - |
| XYZ | 11.26 | 10.51 | 39.96 | - |
| YUV | 76.8 | 181.16 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 91 | 171 | 0.92 | 0.47 | 0 | 0.33 | 210.38 | 0.86 | 0.36 |
| Hex | D | 5B | AB | 5C | 2F | 0 | 21 | D2 | 56 | 24 |
| Octal | 15 | 133 | 253 | 134 | 57 | 0 | 41 | 322 | 126 | 44 |
| Binary | 1101 | 1011011 | 10101011 | 1011100 | 101111 | 0 | 100001 | 11010010 | 1010110 | 100100 |
Color Harmonies of #0D5BAB
Complementary color
Monochromatic Colors of #0D5BAB
Black with #0D5BAB
Text Example
Text Example
White with #0D5BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5BAB; }
p { color: rgb(13,91,171); }
H1.HeaderClassName
{
color: #0D5BAB;
}
.AnyTagClassName
{
color: #0D5BAB;
}
</style>
background-color css
<style>
a { background-color: #0D5BAB; }
a { background-color: rgb(13,91,171); }
div.DivClassName
{
background-color: #0D5BAB;
}
.BgClassName
{
background-color: #0D5BAB;
}
</style>
border-color css
<style>
span { border-color: #0D5BAB; }
span { border-color: rgb(13,91,171); }
td.TdClassName
{
border-color: #0D5BAB;
}
.TagClassName
{
border-color: #0D5BAB;
}
</style>