Shades of Denim #145EBA
Tints of Denim #145EBA
RGB
CMYK
RGB Variations
Color information
#145EBA (or 0x145EBA) is known color: Denim. HEX triplet: 14, 5E and BA. RGB value is (20,94,186). Sum of RGB (Red+Green+Blue) = 20+94+186=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #145EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145EBA is #EBA145. Grayscale: #515151. Windows color (decimal): -15442246 or 12213780. OLE color: 12213780.
HSL color Cylindrical-coordinate representation of color #145EBA: hue angle of 213.25º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145EBA is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 94 | 186 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.27 |
| HSL | 213.25º | 0.81% | 0.4% | - |
| HSV(B) | 213.25º | 0.89% | 0.73% | - |
| XYZ | 13.15 | 11.7 | 48.02 | - |
| YUV | 82.36 | 186.48 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 186 | 0.89 | 0.49 | 0 | 0.27 | 213.25 | 0.81 | 0.4 |
| Hex | 14 | 5E | BA | 59 | 31 | 0 | 1B | D5 | 51 | 28 |
| Octal | 24 | 136 | 272 | 131 | 61 | 0 | 33 | 325 | 121 | 50 |
| Binary | 10100 | 1011110 | 10111010 | 1011001 | 110001 | 0 | 11011 | 11010101 | 1010001 | 101000 |
Color Harmonies of #145EBA
Complementary color
Monochromatic Colors of #145EBA
Black with #145EBA
Text Example
Text Example
White with #145EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145EBA; }
p { color: rgb(20,94,186); }
H1.HeaderClassName
{
color: #145EBA;
}
.AnyTagClassName
{
color: #145EBA;
}
</style>
background-color css
<style>
a { background-color: #145EBA; }
a { background-color: rgb(20,94,186); }
div.DivClassName
{
background-color: #145EBA;
}
.BgClassName
{
background-color: #145EBA;
}
</style>
border-color css
<style>
span { border-color: #145EBA; }
span { border-color: rgb(20,94,186); }
td.TdClassName
{
border-color: #145EBA;
}
.TagClassName
{
border-color: #145EBA;
}
</style>