Shades of Denim #0D57AE
Tints of Denim #0D57AE
RGB
CMYK
RGB Variations
Color information
#0D57AE (or 0x0D57AE) is known color: Denim. HEX triplet: 0D, 57 and AE. RGB value is (13,87,174). Sum of RGB (Red+Green+Blue) = 13+87+174=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D57AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D57AE is #F2A851. Grayscale: #4A4A4A. Windows color (decimal): -15902802 or 11425549. OLE color: 11425549.
HSL color Cylindrical-coordinate representation of color #0D57AE: hue angle of 212.42º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D57AE is Cyan = 0.93, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 87 | 174 | - |
| CMYK | 0.93 | 0.5 | 0 | 0.32 |
| HSL | 212.42º | 0.86% | 0.37% | - |
| HSV(B) | 212.42º | 0.93% | 0.68% | - |
| XYZ | 11.21 | 9.96 | 41.38 | - |
| YUV | 74.79 | 183.98 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 87 | 174 | 0.93 | 0.5 | 0 | 0.32 | 212.42 | 0.86 | 0.37 |
| Hex | D | 57 | AE | 5D | 32 | 0 | 20 | D4 | 56 | 25 |
| Octal | 15 | 127 | 256 | 135 | 62 | 0 | 40 | 324 | 126 | 45 |
| Binary | 1101 | 1010111 | 10101110 | 1011101 | 110010 | 0 | 100000 | 11010100 | 1010110 | 100101 |
Color Harmonies of #0D57AE
Complementary color
Monochromatic Colors of #0D57AE
Black with #0D57AE
Text Example
Text Example
White with #0D57AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D57AE; }
p { color: rgb(13,87,174); }
H1.HeaderClassName
{
color: #0D57AE;
}
.AnyTagClassName
{
color: #0D57AE;
}
</style>
background-color css
<style>
a { background-color: #0D57AE; }
a { background-color: rgb(13,87,174); }
div.DivClassName
{
background-color: #0D57AE;
}
.BgClassName
{
background-color: #0D57AE;
}
</style>
border-color css
<style>
span { border-color: #0D57AE; }
span { border-color: rgb(13,87,174); }
td.TdClassName
{
border-color: #0D57AE;
}
.TagClassName
{
border-color: #0D57AE;
}
</style>