Shades of Denim #145DA8
Tints of Denim #145DA8
RGB
CMYK
RGB Variations
Color information
#145DA8 (or 0x145DA8) is known color: Denim. HEX triplet: 14, 5D and A8. RGB value is (20,93,168). Sum of RGB (Red+Green+Blue) = 20+93+168=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 168 (66.02% from 255 or 59.79% from 281); Max value from RGB is 168 - color contains mainly: blue. Hex color #145DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145DA8 is #EBA257. Grayscale: #4F4F4F. Windows color (decimal): -15442520 or 11033876. OLE color: 11033876.
HSL color Cylindrical-coordinate representation of color #145DA8: hue angle of 210.41º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #145DA8 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 93 | 168 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.34 |
| HSL | 210.41º | 0.79% | 0.37% | - |
| HSV(B) | 210.41º | 0.88% | 0.66% | - |
| XYZ | 11.27 | 10.8 | 38.54 | - |
| YUV | 79.72 | 177.82 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 168 | 0.88 | 0.45 | 0 | 0.34 | 210.41 | 0.79 | 0.37 |
| Hex | 14 | 5D | A8 | 58 | 2D | 0 | 22 | D2 | 4F | 25 |
| Octal | 24 | 135 | 250 | 130 | 55 | 0 | 42 | 322 | 117 | 45 |
| Binary | 10100 | 1011101 | 10101000 | 1011000 | 101101 | 0 | 100010 | 11010010 | 1001111 | 100101 |
Color Harmonies of #145DA8
Complementary color
Monochromatic Colors of #145DA8
Black with #145DA8
Text Example
Text Example
White with #145DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145DA8; }
p { color: rgb(20,93,168); }
H1.HeaderClassName
{
color: #145DA8;
}
.AnyTagClassName
{
color: #145DA8;
}
</style>
background-color css
<style>
a { background-color: #145DA8; }
a { background-color: rgb(20,93,168); }
div.DivClassName
{
background-color: #145DA8;
}
.BgClassName
{
background-color: #145DA8;
}
</style>
border-color css
<style>
span { border-color: #145DA8; }
span { border-color: rgb(20,93,168); }
td.TdClassName
{
border-color: #145DA8;
}
.TagClassName
{
border-color: #145DA8;
}
</style>