Shades of Denim #0D5AC1
Tints of Denim #0D5AC1
RGB
CMYK
RGB Variations
Color information
#0D5AC1 (or 0x0D5AC1) is known color: Denim. HEX triplet: 0D, 5A and C1. RGB value is (13,90,193). Sum of RGB (Red+Green+Blue) = 13+90+193=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 193 (75.78% from 255 or 65.20% from 296); Max value from RGB is 193 - color contains mainly: blue. Hex color #0D5AC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5AC1 is #F2A53E. Grayscale: #4E4E4E. Windows color (decimal): -15902015 or 12671501. OLE color: 12671501.
HSL color Cylindrical-coordinate representation of color #0D5AC1: hue angle of 214.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D5AC1 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 90 | 193 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.24 |
| HSL | 214.33º | 0.87% | 0.4% | - |
| HSV(B) | 214.33º | 0.93% | 0.76% | - |
| XYZ | 13.45 | 11.25 | 51.91 | - |
| YUV | 78.72 | 192.49 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 90 | 193 | 0.93 | 0.53 | 0 | 0.24 | 214.33 | 0.87 | 0.4 |
| Hex | D | 5A | C1 | 5D | 35 | 0 | 18 | D6 | 57 | 28 |
| Octal | 15 | 132 | 301 | 135 | 65 | 0 | 30 | 326 | 127 | 50 |
| Binary | 1101 | 1011010 | 11000001 | 1011101 | 110101 | 0 | 11000 | 11010110 | 1010111 | 101000 |
Color Harmonies of #0D5AC1
Complementary color
Monochromatic Colors of #0D5AC1
Black with #0D5AC1
Text Example
Text Example
White with #0D5AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5AC1; }
p { color: rgb(13,90,193); }
H1.HeaderClassName
{
color: #0D5AC1;
}
.AnyTagClassName
{
color: #0D5AC1;
}
</style>
background-color css
<style>
a { background-color: #0D5AC1; }
a { background-color: rgb(13,90,193); }
div.DivClassName
{
background-color: #0D5AC1;
}
.BgClassName
{
background-color: #0D5AC1;
}
</style>
border-color css
<style>
span { border-color: #0D5AC1; }
span { border-color: rgb(13,90,193); }
td.TdClassName
{
border-color: #0D5AC1;
}
.TagClassName
{
border-color: #0D5AC1;
}
</style>