Shades of Denim #145DA4
Tints of Denim #145DA4
RGB
CMYK
RGB Variations
Color information
#145DA4 (or 0x145DA4) is known color: Denim. HEX triplet: 14, 5D and A4. RGB value is (20,93,164). Sum of RGB (Red+Green+Blue) = 20+93+164=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 164 (64.45% from 255 or 59.21% from 277); Max value from RGB is 164 - color contains mainly: blue. Hex color #145DA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145DA4 is #EBA25B. Grayscale: #4E4E4E. Windows color (decimal): -15442524 or 10771732. OLE color: 10771732.
HSL color Cylindrical-coordinate representation of color #145DA4: hue angle of 209.58º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #145DA4 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 93 | 164 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.36 |
| HSL | 209.58º | 0.78% | 0.36% | - |
| HSV(B) | 209.58º | 0.88% | 0.64% | - |
| XYZ | 10.9 | 10.66 | 36.6 | - |
| YUV | 79.27 | 175.82 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 164 | 0.88 | 0.43 | 0 | 0.36 | 209.58 | 0.78 | 0.36 |
| Hex | 14 | 5D | A4 | 58 | 2B | 0 | 24 | D2 | 4E | 24 |
| Octal | 24 | 135 | 244 | 130 | 53 | 0 | 44 | 322 | 116 | 44 |
| Binary | 10100 | 1011101 | 10100100 | 1011000 | 101011 | 0 | 100100 | 11010010 | 1001110 | 100100 |
Color Harmonies of #145DA4
Complementary color
Monochromatic Colors of #145DA4
Black with #145DA4
Text Example
Text Example
White with #145DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145DA4; }
p { color: rgb(20,93,164); }
H1.HeaderClassName
{
color: #145DA4;
}
.AnyTagClassName
{
color: #145DA4;
}
</style>
background-color css
<style>
a { background-color: #145DA4; }
a { background-color: rgb(20,93,164); }
div.DivClassName
{
background-color: #145DA4;
}
.BgClassName
{
background-color: #145DA4;
}
</style>
border-color css
<style>
span { border-color: #145DA4; }
span { border-color: rgb(20,93,164); }
td.TdClassName
{
border-color: #145DA4;
}
.TagClassName
{
border-color: #145DA4;
}
</style>