Shades of Denim #145AAD
Tints of Denim #145AAD
RGB
CMYK
RGB Variations
Color information
#145AAD (or 0x145AAD) is known color: Denim. HEX triplet: 14, 5A and AD. RGB value is (20,90,173). Sum of RGB (Red+Green+Blue) = 20+90+173=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #145AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145AAD is #EBA552. Grayscale: #4E4E4E. Windows color (decimal): -15443283 or 11360788. OLE color: 11360788.
HSL color Cylindrical-coordinate representation of color #145AAD: hue angle of 212.55º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #145AAD is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 90 | 173 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.32 |
| HSL | 212.55º | 0.79% | 0.38% | - |
| HSV(B) | 212.55º | 0.88% | 0.68% | - |
| XYZ | 11.49 | 10.48 | 40.95 | - |
| YUV | 78.53 | 181.31 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 173 | 0.88 | 0.48 | 0 | 0.32 | 212.55 | 0.79 | 0.38 |
| Hex | 14 | 5A | AD | 58 | 30 | 0 | 20 | D5 | 4F | 26 |
| Octal | 24 | 132 | 255 | 130 | 60 | 0 | 40 | 325 | 117 | 46 |
| Binary | 10100 | 1011010 | 10101101 | 1011000 | 110000 | 0 | 100000 | 11010101 | 1001111 | 100110 |
Color Harmonies of #145AAD
Complementary color
Monochromatic Colors of #145AAD
Black with #145AAD
Text Example
Text Example
White with #145AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145AAD; }
p { color: rgb(20,90,173); }
H1.HeaderClassName
{
color: #145AAD;
}
.AnyTagClassName
{
color: #145AAD;
}
</style>
background-color css
<style>
a { background-color: #145AAD; }
a { background-color: rgb(20,90,173); }
div.DivClassName
{
background-color: #145AAD;
}
.BgClassName
{
background-color: #145AAD;
}
</style>
border-color css
<style>
span { border-color: #145AAD; }
span { border-color: rgb(20,90,173); }
td.TdClassName
{
border-color: #145AAD;
}
.TagClassName
{
border-color: #145AAD;
}
</style>