Shades of Denim #145DAE
Tints of Denim #145DAE
RGB
CMYK
RGB Variations
Color information
#145DAE (or 0x145DAE) is known color: Denim. HEX triplet: 14, 5D and AE. RGB value is (20,93,174). Sum of RGB (Red+Green+Blue) = 20+93+174=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #145DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145DAE is #EBA251. Grayscale: #505050. Windows color (decimal): -15442514 or 11427092. OLE color: 11427092.
HSL color Cylindrical-coordinate representation of color #145DAE: hue angle of 211.56º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145DAE is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 93 | 174 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.32 |
| HSL | 211.56º | 0.79% | 0.38% | - |
| HSV(B) | 211.56º | 0.89% | 0.68% | - |
| XYZ | 11.84 | 11.03 | 41.55 | - |
| YUV | 80.41 | 180.82 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 174 | 0.89 | 0.47 | 0 | 0.32 | 211.56 | 0.79 | 0.38 |
| Hex | 14 | 5D | AE | 59 | 2F | 0 | 20 | D4 | 4F | 26 |
| Octal | 24 | 135 | 256 | 131 | 57 | 0 | 40 | 324 | 117 | 46 |
| Binary | 10100 | 1011101 | 10101110 | 1011001 | 101111 | 0 | 100000 | 11010100 | 1001111 | 100110 |
Color Harmonies of #145DAE
Complementary color
Monochromatic Colors of #145DAE
Black with #145DAE
Text Example
Text Example
White with #145DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145DAE; }
p { color: rgb(20,93,174); }
H1.HeaderClassName
{
color: #145DAE;
}
.AnyTagClassName
{
color: #145DAE;
}
</style>
background-color css
<style>
a { background-color: #145DAE; }
a { background-color: rgb(20,93,174); }
div.DivClassName
{
background-color: #145DAE;
}
.BgClassName
{
background-color: #145DAE;
}
</style>
border-color css
<style>
span { border-color: #145DAE; }
span { border-color: rgb(20,93,174); }
td.TdClassName
{
border-color: #145DAE;
}
.TagClassName
{
border-color: #145DAE;
}
</style>