Shades of Denim #145ECE
Tints of Denim #145ECE
RGB
CMYK
RGB Variations
Color information
#145ECE (or 0x145ECE) is known color: Denim. HEX triplet: 14, 5E and CE. RGB value is (20,94,206). Sum of RGB (Red+Green+Blue) = 20+94+206=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #145ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ECE is #EBA131. Grayscale: #545454. Windows color (decimal): -15442226 or 13524500. OLE color: 13524500.
HSL color Cylindrical-coordinate representation of color #145ECE: hue angle of 216.13º 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 #145ECE is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 94 | 206 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.19 |
| HSL | 216.13º | 0.82% | 0.44% | - |
| HSV(B) | 216.13º | 0.9% | 0.81% | - |
| XYZ | 15.43 | 12.61 | 60.01 | - |
| YUV | 84.64 | 196.48 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 206 | 0.90 | 0.54 | 0 | 0.19 | 216.13 | 0.82 | 0.44 |
| Hex | 14 | 5E | CE | 5A | 36 | 0 | 13 | D8 | 52 | 2C |
| Octal | 24 | 136 | 316 | 132 | 66 | 0 | 23 | 330 | 122 | 54 |
| Binary | 10100 | 1011110 | 11001110 | 1011010 | 110110 | 0 | 10011 | 11011000 | 1010010 | 101100 |
Color Harmonies of #145ECE
Complementary color
Monochromatic Colors of #145ECE
Black with #145ECE
Text Example
Text Example
White with #145ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145ECE; }
p { color: rgb(20,94,206); }
H1.HeaderClassName
{
color: #145ECE;
}
.AnyTagClassName
{
color: #145ECE;
}
</style>
background-color css
<style>
a { background-color: #145ECE; }
a { background-color: rgb(20,94,206); }
div.DivClassName
{
background-color: #145ECE;
}
.BgClassName
{
background-color: #145ECE;
}
</style>
border-color css
<style>
span { border-color: #145ECE; }
span { border-color: rgb(20,94,206); }
td.TdClassName
{
border-color: #145ECE;
}
.TagClassName
{
border-color: #145ECE;
}
</style>