Shades of Denim #145DAA
Tints of Denim #145DAA
RGB
CMYK
RGB Variations
Color information
#145DAA (or 0x145DAA) is known color: Denim. HEX triplet: 14, 5D and AA. RGB value is (20,93,170). Sum of RGB (Red+Green+Blue) = 20+93+170=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #145DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145DAA is #EBA255. Grayscale: #4F4F4F. Windows color (decimal): -15442518 or 11164948. OLE color: 11164948.
HSL color Cylindrical-coordinate representation of color #145DAA: hue angle of 210.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #145DAA is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 93 | 170 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.33 |
| HSL | 210.8º | 0.79% | 0.37% | - |
| HSV(B) | 210.8º | 0.88% | 0.67% | - |
| XYZ | 11.46 | 10.88 | 39.53 | - |
| YUV | 79.95 | 178.82 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 170 | 0.88 | 0.45 | 0 | 0.33 | 210.8 | 0.79 | 0.37 |
| Hex | 14 | 5D | AA | 58 | 2D | 0 | 21 | D3 | 4F | 25 |
| Octal | 24 | 135 | 252 | 130 | 55 | 0 | 41 | 323 | 117 | 45 |
| Binary | 10100 | 1011101 | 10101010 | 1011000 | 101101 | 0 | 100001 | 11010011 | 1001111 | 100101 |
Color Harmonies of #145DAA
Complementary color
Monochromatic Colors of #145DAA
Black with #145DAA
Text Example
Text Example
White with #145DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145DAA; }
p { color: rgb(20,93,170); }
H1.HeaderClassName
{
color: #145DAA;
}
.AnyTagClassName
{
color: #145DAA;
}
</style>
background-color css
<style>
a { background-color: #145DAA; }
a { background-color: rgb(20,93,170); }
div.DivClassName
{
background-color: #145DAA;
}
.BgClassName
{
background-color: #145DAA;
}
</style>
border-color css
<style>
span { border-color: #145DAA; }
span { border-color: rgb(20,93,170); }
td.TdClassName
{
border-color: #145DAA;
}
.TagClassName
{
border-color: #145DAA;
}
</style>