Shades of Denim #0D5DAC
Tints of Denim #0D5DAC
RGB
CMYK
RGB Variations
Color information
#0D5DAC (or 0x0D5DAC) is known color: Denim. HEX triplet: 0D, 5D and AC. RGB value is (13,93,172). Sum of RGB (Red+Green+Blue) = 13+93+172=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D5DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5DAC is #F2A253. Grayscale: #4D4D4D. Windows color (decimal): -15901268 or 11296013. OLE color: 11296013.
HSL color Cylindrical-coordinate representation of color #0D5DAC: hue angle of 209.81º 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 #0D5DAC is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 13 | 93 | 172 | - |
CMYK | 0.92 | 0.46 | 0 | 0.33 |
HSL | 209.81º | 0.86% | 0.36% | - |
HSV(B) | 209.81º | 0.92% | 0.67% | - |
XYZ | 11.53 | 10.89 | 40.52 | - |
YUV | 78.09 | 181 | 81.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 13 | 93 | 172 | 0.92 | 0.46 | 0 | 0.33 | 209.81 | 0.86 | 0.36 |
Hex | D | 5D | AC | 5C | 2E | 0 | 21 | D2 | 56 | 24 |
Octal | 15 | 135 | 254 | 134 | 56 | 0 | 41 | 322 | 126 | 44 |
Binary | 1101 | 1011101 | 10101100 | 1011100 | 101110 | 0 | 100001 | 11010010 | 1010110 | 100100 |
Color Harmonies of #0D5DAC
Complementary color
Monochromatic Colors of #0D5DAC
Black with #0D5DAC
Text Example
Text Example
White with #0D5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5DAC; }
p { color: rgb(13,93,172); }
H1.HeaderClassName
{
color: #0D5DAC;
}
.AnyTagClassName
{
color: #0D5DAC;
}
</style>
background-color css
<style>
a { background-color: #0D5DAC; }
a { background-color: rgb(13,93,172); }
div.DivClassName
{
background-color: #0D5DAC;
}
.BgClassName
{
background-color: #0D5DAC;
}
</style>
border-color css
<style>
span { border-color: #0D5DAC; }
span { border-color: rgb(13,93,172); }
td.TdClassName
{
border-color: #0D5DAC;
}
.TagClassName
{
border-color: #0D5DAC;
}
</style>