Shades of Denim #145BBF
Tints of Denim #145BBF
RGB
CMYK
RGB Variations
Color information
#145BBF (or 0x145BBF) is known color: Denim. HEX triplet: 14, 5B and BF. RGB value is (20,91,191). Sum of RGB (Red+Green+Blue) = 20+91+191=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #145BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BBF is #EBA440. Grayscale: #505050. Windows color (decimal): -15443009 or 12540692. OLE color: 12540692.
HSL color Cylindrical-coordinate representation of color #145BBF: hue angle of 215.09º 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 #145BBF is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 91 | 191 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.25 |
| HSL | 215.09º | 0.81% | 0.41% | - |
| HSV(B) | 215.09º | 0.9% | 0.75% | - |
| XYZ | 13.43 | 11.39 | 50.78 | - |
| YUV | 81.17 | 189.98 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 191 | 0.90 | 0.52 | 0 | 0.25 | 215.09 | 0.81 | 0.41 |
| Hex | 14 | 5B | BF | 5A | 34 | 0 | 19 | D7 | 51 | 29 |
| Octal | 24 | 133 | 277 | 132 | 64 | 0 | 31 | 327 | 121 | 51 |
| Binary | 10100 | 1011011 | 10111111 | 1011010 | 110100 | 0 | 11001 | 11010111 | 1010001 | 101001 |
Color Harmonies of #145BBF
Complementary color
Monochromatic Colors of #145BBF
Black with #145BBF
Text Example
Text Example
White with #145BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BBF; }
p { color: rgb(20,91,191); }
H1.HeaderClassName
{
color: #145BBF;
}
.AnyTagClassName
{
color: #145BBF;
}
</style>
background-color css
<style>
a { background-color: #145BBF; }
a { background-color: rgb(20,91,191); }
div.DivClassName
{
background-color: #145BBF;
}
.BgClassName
{
background-color: #145BBF;
}
</style>
border-color css
<style>
span { border-color: #145BBF; }
span { border-color: rgb(20,91,191); }
td.TdClassName
{
border-color: #145BBF;
}
.TagClassName
{
border-color: #145BBF;
}
</style>