Shades of Denim #145CAA
Tints of Denim #145CAA
RGB
CMYK
RGB Variations
Color information
#145CAA (or 0x145CAA) is known color: Denim. HEX triplet: 14, 5C and AA. RGB value is (20,92,170). Sum of RGB (Red+Green+Blue) = 20+92+170=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #145CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145CAA is #EBA355. Grayscale: #4E4E4E. Windows color (decimal): -15442774 or 11164692. OLE color: 11164692.
HSL color Cylindrical-coordinate representation of color #145CAA: hue angle of 211.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #145CAA is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 92 | 170 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.33 |
| HSL | 211.2º | 0.79% | 0.37% | - |
| HSV(B) | 211.2º | 0.88% | 0.67% | - |
| XYZ | 11.37 | 10.71 | 39.5 | - |
| YUV | 79.36 | 179.15 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 170 | 0.88 | 0.46 | 0 | 0.33 | 211.2 | 0.79 | 0.37 |
| Hex | 14 | 5C | AA | 58 | 2E | 0 | 21 | D3 | 4F | 25 |
| Octal | 24 | 134 | 252 | 130 | 56 | 0 | 41 | 323 | 117 | 45 |
| Binary | 10100 | 1011100 | 10101010 | 1011000 | 101110 | 0 | 100001 | 11010011 | 1001111 | 100101 |
Color Harmonies of #145CAA
Complementary color
Monochromatic Colors of #145CAA
Black with #145CAA
Text Example
Text Example
White with #145CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145CAA; }
p { color: rgb(20,92,170); }
H1.HeaderClassName
{
color: #145CAA;
}
.AnyTagClassName
{
color: #145CAA;
}
</style>
background-color css
<style>
a { background-color: #145CAA; }
a { background-color: rgb(20,92,170); }
div.DivClassName
{
background-color: #145CAA;
}
.BgClassName
{
background-color: #145CAA;
}
</style>
border-color css
<style>
span { border-color: #145CAA; }
span { border-color: rgb(20,92,170); }
td.TdClassName
{
border-color: #145CAA;
}
.TagClassName
{
border-color: #145CAA;
}
</style>