Shades of Denim #0A5DAE
Tints of Denim #0A5DAE
RGB
CMYK
RGB Variations
Color information
#0A5DAE (or 0x0A5DAE) is known color: Denim. HEX triplet: 0A, 5D and AE. RGB value is (10,93,174). Sum of RGB (Red+Green+Blue) = 10+93+174=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A5DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5DAE is #F5A251. Grayscale: #4D4D4D. Windows color (decimal): -16097874 or 11427082. OLE color: 11427082.
HSL color Cylindrical-coordinate representation of color #0A5DAE: hue angle of 209.63º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A5DAE is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 93 | 174 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.32 |
| HSL | 209.63º | 0.89% | 0.36% | - |
| HSV(B) | 209.63º | 0.94% | 0.68% | - |
| XYZ | 11.68 | 10.95 | 41.54 | - |
| YUV | 77.42 | 182.5 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 93 | 174 | 0.94 | 0.47 | 0 | 0.32 | 209.63 | 0.89 | 0.36 |
| Hex | A | 5D | AE | 5E | 2F | 0 | 20 | D2 | 59 | 24 |
| Octal | 12 | 135 | 256 | 136 | 57 | 0 | 40 | 322 | 131 | 44 |
| Binary | 1010 | 1011101 | 10101110 | 1011110 | 101111 | 0 | 100000 | 11010010 | 1011001 | 100100 |
Color Harmonies of #0A5DAE
Complementary color
Monochromatic Colors of #0A5DAE
Black with #0A5DAE
Text Example
Text Example
White with #0A5DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5DAE; }
p { color: rgb(10,93,174); }
H1.HeaderClassName
{
color: #0A5DAE;
}
.AnyTagClassName
{
color: #0A5DAE;
}
</style>
background-color css
<style>
a { background-color: #0A5DAE; }
a { background-color: rgb(10,93,174); }
div.DivClassName
{
background-color: #0A5DAE;
}
.BgClassName
{
background-color: #0A5DAE;
}
</style>
border-color css
<style>
span { border-color: #0A5DAE; }
span { border-color: rgb(10,93,174); }
td.TdClassName
{
border-color: #0A5DAE;
}
.TagClassName
{
border-color: #0A5DAE;
}
</style>