Shades of Denim #145ACC
Tints of Denim #145ACC
RGB
CMYK
RGB Variations
Color information
#145ACC (or 0x145ACC) is known color: Denim. HEX triplet: 14, 5A and CC. RGB value is (20,90,204). Sum of RGB (Red+Green+Blue) = 20+90+204=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #145ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ACC is #EBA533. Grayscale: #515151. Windows color (decimal): -15443252 or 13392404. OLE color: 13392404.
HSL color Cylindrical-coordinate representation of color #145ACC: hue angle of 217.17º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #145ACC is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 90 | 204 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.2 |
| HSL | 217.17º | 0.82% | 0.44% | - |
| HSV(B) | 217.17º | 0.9% | 0.8% | - |
| XYZ | 14.84 | 11.82 | 58.63 | - |
| YUV | 82.07 | 196.81 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 204 | 0.90 | 0.56 | 0 | 0.2 | 217.17 | 0.82 | 0.44 |
| Hex | 14 | 5A | CC | 5A | 38 | 0 | 14 | D9 | 52 | 2C |
| Octal | 24 | 132 | 314 | 132 | 70 | 0 | 24 | 331 | 122 | 54 |
| Binary | 10100 | 1011010 | 11001100 | 1011010 | 111000 | 0 | 10100 | 11011001 | 1010010 | 101100 |
Color Harmonies of #145ACC
Complementary color
Monochromatic Colors of #145ACC
Black with #145ACC
Text Example
Text Example
White with #145ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145ACC; }
p { color: rgb(20,90,204); }
H1.HeaderClassName
{
color: #145ACC;
}
.AnyTagClassName
{
color: #145ACC;
}
</style>
background-color css
<style>
a { background-color: #145ACC; }
a { background-color: rgb(20,90,204); }
div.DivClassName
{
background-color: #145ACC;
}
.BgClassName
{
background-color: #145ACC;
}
</style>
border-color css
<style>
span { border-color: #145ACC; }
span { border-color: rgb(20,90,204); }
td.TdClassName
{
border-color: #145ACC;
}
.TagClassName
{
border-color: #145ACC;
}
</style>