Shades of Denim #145FBE
Tints of Denim #145FBE
RGB
CMYK
RGB Variations
Color information
#145FBE (or 0x145FBE) is known color: Denim. HEX triplet: 14, 5F and BE. RGB value is (20,95,190). Sum of RGB (Red+Green+Blue) = 20+95+190=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #145FBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145FBE is #EBA041. Grayscale: #525252. Windows color (decimal): -15441986 or 12476180. OLE color: 12476180.
HSL color Cylindrical-coordinate representation of color #145FBE: hue angle of 213.53º 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 #145FBE is Cyan = 0.89, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 95 | 190 | - |
| CMYK | 0.89 | 0.5 | 0 | 0.25 |
| HSL | 213.53º | 0.81% | 0.41% | - |
| HSV(B) | 213.53º | 0.89% | 0.75% | - |
| XYZ | 13.67 | 12.05 | 50.32 | - |
| YUV | 83.41 | 188.15 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 190 | 0.89 | 0.5 | 0 | 0.25 | 213.53 | 0.81 | 0.41 |
| Hex | 14 | 5F | BE | 59 | 32 | 0 | 19 | D6 | 51 | 29 |
| Octal | 24 | 137 | 276 | 131 | 62 | 0 | 31 | 326 | 121 | 51 |
| Binary | 10100 | 1011111 | 10111110 | 1011001 | 110010 | 0 | 11001 | 11010110 | 1010001 | 101001 |
Color Harmonies of #145FBE
Complementary color
Monochromatic Colors of #145FBE
Black with #145FBE
Text Example
Text Example
White with #145FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145FBE; }
p { color: rgb(20,95,190); }
H1.HeaderClassName
{
color: #145FBE;
}
.AnyTagClassName
{
color: #145FBE;
}
</style>
background-color css
<style>
a { background-color: #145FBE; }
a { background-color: rgb(20,95,190); }
div.DivClassName
{
background-color: #145FBE;
}
.BgClassName
{
background-color: #145FBE;
}
</style>
border-color css
<style>
span { border-color: #145FBE; }
span { border-color: rgb(20,95,190); }
td.TdClassName
{
border-color: #145FBE;
}
.TagClassName
{
border-color: #145FBE;
}
</style>