Shades of Denim #0D5EAC
Tints of Denim #0D5EAC
RGB
CMYK
RGB Variations
Color information
#0D5EAC (or 0x0D5EAC) is known color: Denim. HEX triplet: 0D, 5E and AC. RGB value is (13,94,172). Sum of RGB (Red+Green+Blue) = 13+94+172=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D5EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5EAC is #F2A153. Grayscale: #4E4E4E. Windows color (decimal): -15901012 or 11296269. OLE color: 11296269.
HSL color Cylindrical-coordinate representation of color #0D5EAC: hue angle of 209.43º 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 #0D5EAC is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 94 | 172 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.33 |
| HSL | 209.43º | 0.86% | 0.36% | - |
| HSV(B) | 209.43º | 0.92% | 0.67% | - |
| XYZ | 11.62 | 11.07 | 40.55 | - |
| YUV | 78.67 | 180.66 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 94 | 172 | 0.92 | 0.45 | 0 | 0.33 | 209.43 | 0.86 | 0.36 |
| Hex | D | 5E | AC | 5C | 2D | 0 | 21 | D1 | 56 | 24 |
| Octal | 15 | 136 | 254 | 134 | 55 | 0 | 41 | 321 | 126 | 44 |
| Binary | 1101 | 1011110 | 10101100 | 1011100 | 101101 | 0 | 100001 | 11010001 | 1010110 | 100100 |
Color Harmonies of #0D5EAC
Complementary color
Monochromatic Colors of #0D5EAC
Black with #0D5EAC
Text Example
Text Example
White with #0D5EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5EAC; }
p { color: rgb(13,94,172); }
H1.HeaderClassName
{
color: #0D5EAC;
}
.AnyTagClassName
{
color: #0D5EAC;
}
</style>
background-color css
<style>
a { background-color: #0D5EAC; }
a { background-color: rgb(13,94,172); }
div.DivClassName
{
background-color: #0D5EAC;
}
.BgClassName
{
background-color: #0D5EAC;
}
</style>
border-color css
<style>
span { border-color: #0D5EAC; }
span { border-color: rgb(13,94,172); }
td.TdClassName
{
border-color: #0D5EAC;
}
.TagClassName
{
border-color: #0D5EAC;
}
</style>