Shades of Denim #0D5EAF
Tints of Denim #0D5EAF
RGB
CMYK
RGB Variations
Color information
#0D5EAF (or 0x0D5EAF) is known color: Denim. HEX triplet: 0D, 5E and AF. RGB value is (13,94,175). Sum of RGB (Red+Green+Blue) = 13+94+175=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D5EAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5EAF is #F2A150. Grayscale: #4E4E4E. Windows color (decimal): -15901009 or 11492877. OLE color: 11492877.
HSL color Cylindrical-coordinate representation of color #0D5EAF: hue angle of 210º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D5EAF is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 94 | 175 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.31 |
| HSL | 210º | 0.86% | 0.37% | - |
| HSV(B) | 210º | 0.93% | 0.69% | - |
| XYZ | 11.91 | 11.19 | 42.09 | - |
| YUV | 79.02 | 182.16 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 94 | 175 | 0.93 | 0.46 | 0 | 0.31 | 210 | 0.86 | 0.37 |
| Hex | D | 5E | AF | 5D | 2E | 0 | 1F | D2 | 56 | 25 |
| Octal | 15 | 136 | 257 | 135 | 56 | 0 | 37 | 322 | 126 | 45 |
| Binary | 1101 | 1011110 | 10101111 | 1011101 | 101110 | 0 | 11111 | 11010010 | 1010110 | 100101 |
Color Harmonies of #0D5EAF
Complementary color
Monochromatic Colors of #0D5EAF
Black with #0D5EAF
Text Example
Text Example
White with #0D5EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5EAF; }
p { color: rgb(13,94,175); }
H1.HeaderClassName
{
color: #0D5EAF;
}
.AnyTagClassName
{
color: #0D5EAF;
}
</style>
background-color css
<style>
a { background-color: #0D5EAF; }
a { background-color: rgb(13,94,175); }
div.DivClassName
{
background-color: #0D5EAF;
}
.BgClassName
{
background-color: #0D5EAF;
}
</style>
border-color css
<style>
span { border-color: #0D5EAF; }
span { border-color: rgb(13,94,175); }
td.TdClassName
{
border-color: #0D5EAF;
}
.TagClassName
{
border-color: #0D5EAF;
}
</style>