Shades of Denim #145EBF
Tints of Denim #145EBF
RGB
CMYK
RGB Variations
Color information
#145EBF (or 0x145EBF) is known color: Denim. HEX triplet: 14, 5E and BF. RGB value is (20,94,191). Sum of RGB (Red+Green+Blue) = 20+94+191=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #145EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145EBF is #EBA140. Grayscale: #525252. Windows color (decimal): -15442241 or 12541460. OLE color: 12541460.
HSL color Cylindrical-coordinate representation of color #145EBF: hue angle of 214.04º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #145EBF is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 94 | 191 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.25 |
| HSL | 214.04º | 0.81% | 0.41% | - |
| HSV(B) | 214.04º | 0.9% | 0.75% | - |
| XYZ | 13.7 | 11.92 | 50.87 | - |
| YUV | 82.93 | 188.98 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 191 | 0.90 | 0.51 | 0 | 0.25 | 214.04 | 0.81 | 0.41 |
| Hex | 14 | 5E | BF | 5A | 33 | 0 | 19 | D6 | 51 | 29 |
| Octal | 24 | 136 | 277 | 132 | 63 | 0 | 31 | 326 | 121 | 51 |
| Binary | 10100 | 1011110 | 10111111 | 1011010 | 110011 | 0 | 11001 | 11010110 | 1010001 | 101001 |
Color Harmonies of #145EBF
Complementary color
Monochromatic Colors of #145EBF
Black with #145EBF
Text Example
Text Example
White with #145EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145EBF; }
p { color: rgb(20,94,191); }
H1.HeaderClassName
{
color: #145EBF;
}
.AnyTagClassName
{
color: #145EBF;
}
</style>
background-color css
<style>
a { background-color: #145EBF; }
a { background-color: rgb(20,94,191); }
div.DivClassName
{
background-color: #145EBF;
}
.BgClassName
{
background-color: #145EBF;
}
</style>
border-color css
<style>
span { border-color: #145EBF; }
span { border-color: rgb(20,94,191); }
td.TdClassName
{
border-color: #145EBF;
}
.TagClassName
{
border-color: #145EBF;
}
</style>