Shades of Denim #145CC8
Tints of Denim #145CC8
RGB
CMYK
RGB Variations
Color information
#145CC8 (or 0x145CC8) is known color: Denim. HEX triplet: 14, 5C and C8. RGB value is (20,92,200). Sum of RGB (Red+Green+Blue) = 20+92+200=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 200 (78.52% from 255 or 64.10% from 312); Max value from RGB is 200 - color contains mainly: blue. Hex color #145CC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145CC8 is #EBA337. Grayscale: #525252. Windows color (decimal): -15442744 or 13130772. OLE color: 13130772.
HSL color Cylindrical-coordinate representation of color #145CC8: hue angle of 216º 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 #145CC8 is Cyan = 0.9, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 92 | 200 | - |
| CMYK | 0.9 | 0.54 | 0 | 0.22 |
| HSL | 216º | 0.82% | 0.43% | - |
| HSV(B) | 216º | 0.9% | 0.78% | - |
| XYZ | 14.54 | 11.97 | 56.19 | - |
| YUV | 82.78 | 194.15 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 200 | 0.9 | 0.54 | 0 | 0.22 | 216 | 0.82 | 0.43 |
| Hex | 14 | 5C | C8 | 5A | 36 | 0 | 16 | D8 | 52 | 2B |
| Octal | 24 | 134 | 310 | 132 | 66 | 0 | 26 | 330 | 122 | 53 |
| Binary | 10100 | 1011100 | 11001000 | 1011010 | 110110 | 0 | 10110 | 11011000 | 1010010 | 101011 |
Color Harmonies of #145CC8
Complementary color
Monochromatic Colors of #145CC8
Black with #145CC8
Text Example
Text Example
White with #145CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145CC8; }
p { color: rgb(20,92,200); }
H1.HeaderClassName
{
color: #145CC8;
}
.AnyTagClassName
{
color: #145CC8;
}
</style>
background-color css
<style>
a { background-color: #145CC8; }
a { background-color: rgb(20,92,200); }
div.DivClassName
{
background-color: #145CC8;
}
.BgClassName
{
background-color: #145CC8;
}
</style>
border-color css
<style>
span { border-color: #145CC8; }
span { border-color: rgb(20,92,200); }
td.TdClassName
{
border-color: #145CC8;
}
.TagClassName
{
border-color: #145CC8;
}
</style>