Shades of Denim #145CCA
Tints of Denim #145CCA
RGB
CMYK
RGB Variations
Color information
#145CCA (or 0x145CCA) is known color: Denim. HEX triplet: 14, 5C and CA. RGB value is (20,92,202). Sum of RGB (Red+Green+Blue) = 20+92+202=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #145CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145CCA is #EBA335. Grayscale: #525252. Windows color (decimal): -15442742 or 13261844. OLE color: 13261844.
HSL color Cylindrical-coordinate representation of color #145CCA: hue angle of 216.26º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #145CCA is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 92 | 202 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.21 |
| HSL | 216.26º | 0.82% | 0.44% | - |
| HSV(B) | 216.26º | 0.9% | 0.79% | - |
| XYZ | 14.78 | 12.07 | 57.43 | - |
| YUV | 83.01 | 195.15 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 202 | 0.90 | 0.54 | 0 | 0.21 | 216.26 | 0.82 | 0.44 |
| Hex | 14 | 5C | CA | 5A | 36 | 0 | 15 | D8 | 52 | 2C |
| Octal | 24 | 134 | 312 | 132 | 66 | 0 | 25 | 330 | 122 | 54 |
| Binary | 10100 | 1011100 | 11001010 | 1011010 | 110110 | 0 | 10101 | 11011000 | 1010010 | 101100 |
Color Harmonies of #145CCA
Complementary color
Monochromatic Colors of #145CCA
Black with #145CCA
Text Example
Text Example
White with #145CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145CCA; }
p { color: rgb(20,92,202); }
H1.HeaderClassName
{
color: #145CCA;
}
.AnyTagClassName
{
color: #145CCA;
}
</style>
background-color css
<style>
a { background-color: #145CCA; }
a { background-color: rgb(20,92,202); }
div.DivClassName
{
background-color: #145CCA;
}
.BgClassName
{
background-color: #145CCA;
}
</style>
border-color css
<style>
span { border-color: #145CCA; }
span { border-color: rgb(20,92,202); }
td.TdClassName
{
border-color: #145CCA;
}
.TagClassName
{
border-color: #145CCA;
}
</style>