Shades of Denim #145AC6
Tints of Denim #145AC6
RGB
CMYK
RGB Variations
Color information
#145AC6 (or 0x145AC6) is known color: Denim. HEX triplet: 14, 5A and C6. RGB value is (20,90,198). Sum of RGB (Red+Green+Blue) = 20+90+198=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 198 (77.73% from 255 or 64.29% from 308); Max value from RGB is 198 - color contains mainly: blue. Hex color #145AC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145AC6 is #EBA539. Grayscale: #505050. Windows color (decimal): -15443258 or 12999188. OLE color: 12999188.
HSL color Cylindrical-coordinate representation of color #145AC6: hue angle of 216.4º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #145AC6 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 90 | 198 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.22 |
| HSL | 216.4º | 0.82% | 0.43% | - |
| HSV(B) | 216.4º | 0.9% | 0.78% | - |
| XYZ | 14.14 | 11.54 | 54.91 | - |
| YUV | 81.38 | 193.81 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 198 | 0.90 | 0.55 | 0 | 0.22 | 216.4 | 0.82 | 0.43 |
| Hex | 14 | 5A | C6 | 5A | 37 | 0 | 16 | D8 | 52 | 2B |
| Octal | 24 | 132 | 306 | 132 | 67 | 0 | 26 | 330 | 122 | 53 |
| Binary | 10100 | 1011010 | 11000110 | 1011010 | 110111 | 0 | 10110 | 11011000 | 1010010 | 101011 |
Color Harmonies of #145AC6
Complementary color
Monochromatic Colors of #145AC6
Black with #145AC6
Text Example
Text Example
White with #145AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145AC6; }
p { color: rgb(20,90,198); }
H1.HeaderClassName
{
color: #145AC6;
}
.AnyTagClassName
{
color: #145AC6;
}
</style>
background-color css
<style>
a { background-color: #145AC6; }
a { background-color: rgb(20,90,198); }
div.DivClassName
{
background-color: #145AC6;
}
.BgClassName
{
background-color: #145AC6;
}
</style>
border-color css
<style>
span { border-color: #145AC6; }
span { border-color: rgb(20,90,198); }
td.TdClassName
{
border-color: #145AC6;
}
.TagClassName
{
border-color: #145AC6;
}
</style>