Shades of Denim #145CA2
Tints of Denim #145CA2
RGB
CMYK
RGB Variations
Color information
#145CA2 (or 0x145CA2) is known color: Denim. HEX triplet: 14, 5C and A2. RGB value is (20,92,162). Sum of RGB (Red+Green+Blue) = 20+92+162=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 162 (63.67% from 255 or 59.12% from 274); Max value from RGB is 162 - color contains mainly: blue. Hex color #145CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145CA2 is #EBA35D. Grayscale: #4E4E4E. Windows color (decimal): -15442782 or 10640404. OLE color: 10640404.
HSL color Cylindrical-coordinate representation of color #145CA2: 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 #145CA2 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 92 | 162 | - |
| 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.64 | 10.41 | 35.63 | - |
| YUV | 78.45 | 175.15 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 162 | 0.88 | 0.43 | 0 | 0.36 | 209.58 | 0.78 | 0.36 |
| Hex | 14 | 5C | A2 | 58 | 2B | 0 | 24 | D2 | 4E | 24 |
| Octal | 24 | 134 | 242 | 130 | 53 | 0 | 44 | 322 | 116 | 44 |
| Binary | 10100 | 1011100 | 10100010 | 1011000 | 101011 | 0 | 100100 | 11010010 | 1001110 | 100100 |
Color Harmonies of #145CA2
Complementary color
Monochromatic Colors of #145CA2
Black with #145CA2
Text Example
Text Example
White with #145CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145CA2; }
p { color: rgb(20,92,162); }
H1.HeaderClassName
{
color: #145CA2;
}
.AnyTagClassName
{
color: #145CA2;
}
</style>
background-color css
<style>
a { background-color: #145CA2; }
a { background-color: rgb(20,92,162); }
div.DivClassName
{
background-color: #145CA2;
}
.BgClassName
{
background-color: #145CA2;
}
</style>
border-color css
<style>
span { border-color: #145CA2; }
span { border-color: rgb(20,92,162); }
td.TdClassName
{
border-color: #145CA2;
}
.TagClassName
{
border-color: #145CA2;
}
</style>