Shades of Denim #0D5AB3
Tints of Denim #0D5AB3
RGB
CMYK
RGB Variations
Color information
#0D5AB3 (or 0x0D5AB3) is known color: Denim. HEX triplet: 0D, 5A and B3. RGB value is (13,90,179). Sum of RGB (Red+Green+Blue) = 13+90+179=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 179 (70.31% from 255 or 63.48% from 282); Max value from RGB is 179 - color contains mainly: blue. Hex color #0D5AB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5AB3 is #F2A54C. Grayscale: #4C4C4C. Windows color (decimal): -15902029 or 11753997. OLE color: 11753997.
HSL color Cylindrical-coordinate representation of color #0D5AB3: hue angle of 212.17º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D5AB3 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 90 | 179 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.30 |
| HSL | 212.17º | 0.86% | 0.38% | - |
| HSV(B) | 212.17º | 0.93% | 0.7% | - |
| XYZ | 11.96 | 10.65 | 44.07 | - |
| YUV | 77.12 | 185.49 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 90 | 179 | 0.93 | 0.50 | 0 | 0.30 | 212.17 | 0.86 | 0.38 |
| Hex | D | 5A | B3 | 5D | 32 | 0 | 1E | D4 | 56 | 26 |
| Octal | 15 | 132 | 263 | 135 | 62 | 0 | 36 | 324 | 126 | 46 |
| Binary | 1101 | 1011010 | 10110011 | 1011101 | 110010 | 0 | 11110 | 11010100 | 1010110 | 100110 |
Color Harmonies of #0D5AB3
Complementary color
Monochromatic Colors of #0D5AB3
Black with #0D5AB3
Text Example
Text Example
White with #0D5AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5AB3; }
p { color: rgb(13,90,179); }
H1.HeaderClassName
{
color: #0D5AB3;
}
.AnyTagClassName
{
color: #0D5AB3;
}
</style>
background-color css
<style>
a { background-color: #0D5AB3; }
a { background-color: rgb(13,90,179); }
div.DivClassName
{
background-color: #0D5AB3;
}
.BgClassName
{
background-color: #0D5AB3;
}
</style>
border-color css
<style>
span { border-color: #0D5AB3; }
span { border-color: rgb(13,90,179); }
td.TdClassName
{
border-color: #0D5AB3;
}
.TagClassName
{
border-color: #0D5AB3;
}
</style>