Shades of Denim #145CCE
Tints of Denim #145CCE
RGB
CMYK
RGB Variations
Color information
#145CCE (or 0x145CCE) is known color: Denim. HEX triplet: 14, 5C and CE. RGB value is (20,92,206). Sum of RGB (Red+Green+Blue) = 20+92+206=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #145CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145CCE is #EBA331. Grayscale: #525252. Windows color (decimal): -15442738 or 13523988. OLE color: 13523988.
HSL color Cylindrical-coordinate representation of color #145CCE: hue angle of 216.77º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #145CCE is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 92 | 206 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.19 |
| HSL | 216.77º | 0.82% | 0.44% | - |
| HSV(B) | 216.77º | 0.9% | 0.81% | - |
| XYZ | 15.26 | 12.26 | 59.95 | - |
| YUV | 83.47 | 197.15 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 206 | 0.90 | 0.55 | 0 | 0.19 | 216.77 | 0.82 | 0.44 |
| Hex | 14 | 5C | CE | 5A | 37 | 0 | 13 | D9 | 52 | 2C |
| Octal | 24 | 134 | 316 | 132 | 67 | 0 | 23 | 331 | 122 | 54 |
| Binary | 10100 | 1011100 | 11001110 | 1011010 | 110111 | 0 | 10011 | 11011001 | 1010010 | 101100 |
Color Harmonies of #145CCE
Complementary color
Monochromatic Colors of #145CCE
Black with #145CCE
Text Example
Text Example
White with #145CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145CCE; }
p { color: rgb(20,92,206); }
H1.HeaderClassName
{
color: #145CCE;
}
.AnyTagClassName
{
color: #145CCE;
}
</style>
background-color css
<style>
a { background-color: #145CCE; }
a { background-color: rgb(20,92,206); }
div.DivClassName
{
background-color: #145CCE;
}
.BgClassName
{
background-color: #145CCE;
}
</style>
border-color css
<style>
span { border-color: #145CCE; }
span { border-color: rgb(20,92,206); }
td.TdClassName
{
border-color: #145CCE;
}
.TagClassName
{
border-color: #145CCE;
}
</style>