Shades of Denim #145BAD
Tints of Denim #145BAD
RGB
CMYK
RGB Variations
Color information
#145BAD (or 0x145BAD) is known color: Denim. HEX triplet: 14, 5B and AD. RGB value is (20,91,173). Sum of RGB (Red+Green+Blue) = 20+91+173=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #145BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145BAD is #EBA452. Grayscale: #4E4E4E. Windows color (decimal): -15443027 or 11361044. OLE color: 11361044.
HSL color Cylindrical-coordinate representation of color #145BAD: hue angle of 212.16º 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 #145BAD is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 91 | 173 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.32 |
| HSL | 212.16º | 0.79% | 0.38% | - |
| HSV(B) | 212.16º | 0.88% | 0.68% | - |
| XYZ | 11.57 | 10.65 | 40.98 | - |
| YUV | 79.12 | 180.98 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 173 | 0.88 | 0.47 | 0 | 0.32 | 212.16 | 0.79 | 0.38 |
| Hex | 14 | 5B | AD | 58 | 2F | 0 | 20 | D4 | 4F | 26 |
| Octal | 24 | 133 | 255 | 130 | 57 | 0 | 40 | 324 | 117 | 46 |
| Binary | 10100 | 1011011 | 10101101 | 1011000 | 101111 | 0 | 100000 | 11010100 | 1001111 | 100110 |
Color Harmonies of #145BAD
Complementary color
Monochromatic Colors of #145BAD
Black with #145BAD
Text Example
Text Example
White with #145BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BAD; }
p { color: rgb(20,91,173); }
H1.HeaderClassName
{
color: #145BAD;
}
.AnyTagClassName
{
color: #145BAD;
}
</style>
background-color css
<style>
a { background-color: #145BAD; }
a { background-color: rgb(20,91,173); }
div.DivClassName
{
background-color: #145BAD;
}
.BgClassName
{
background-color: #145BAD;
}
</style>
border-color css
<style>
span { border-color: #145BAD; }
span { border-color: rgb(20,91,173); }
td.TdClassName
{
border-color: #145BAD;
}
.TagClassName
{
border-color: #145BAD;
}
</style>