Shades of Denim #145BBE
Tints of Denim #145BBE
RGB
CMYK
RGB Variations
Color information
#145BBE (or 0x145BBE) is known color: Denim. HEX triplet: 14, 5B and BE. RGB value is (20,91,190). Sum of RGB (Red+Green+Blue) = 20+91+190=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #145BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BBE is #EBA441. Grayscale: #505050. Windows color (decimal): -15443010 or 12475156. OLE color: 12475156.
HSL color Cylindrical-coordinate representation of color #145BBE: hue angle of 214.94º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145BBE is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 91 | 190 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.25 |
| HSL | 214.94º | 0.81% | 0.41% | - |
| HSV(B) | 214.94º | 0.89% | 0.75% | - |
| XYZ | 13.32 | 11.35 | 50.2 | - |
| YUV | 81.06 | 189.48 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 190 | 0.89 | 0.52 | 0 | 0.25 | 214.94 | 0.81 | 0.41 |
| Hex | 14 | 5B | BE | 59 | 34 | 0 | 19 | D7 | 51 | 29 |
| Octal | 24 | 133 | 276 | 131 | 64 | 0 | 31 | 327 | 121 | 51 |
| Binary | 10100 | 1011011 | 10111110 | 1011001 | 110100 | 0 | 11001 | 11010111 | 1010001 | 101001 |
Color Harmonies of #145BBE
Complementary color
Monochromatic Colors of #145BBE
Black with #145BBE
Text Example
Text Example
White with #145BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BBE; }
p { color: rgb(20,91,190); }
H1.HeaderClassName
{
color: #145BBE;
}
.AnyTagClassName
{
color: #145BBE;
}
</style>
background-color css
<style>
a { background-color: #145BBE; }
a { background-color: rgb(20,91,190); }
div.DivClassName
{
background-color: #145BBE;
}
.BgClassName
{
background-color: #145BBE;
}
</style>
border-color css
<style>
span { border-color: #145BBE; }
span { border-color: rgb(20,91,190); }
td.TdClassName
{
border-color: #145BBE;
}
.TagClassName
{
border-color: #145BBE;
}
</style>