Shades of Denim #145BD5
Tints of Denim #145BD5
RGB
CMYK
RGB Variations
Color information
#145BD5 (or 0x145BD5) is known color: Denim. HEX triplet: 14, 5B and D5. RGB value is (20,91,213). Sum of RGB (Red+Green+Blue) = 20+91+213=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 213 (83.59% from 255 or 65.74% from 324); Max value from RGB is 213 - color contains mainly: blue. Hex color #145BD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BD5 is #EBA42A. Grayscale: #535353. Windows color (decimal): -15442987 or 13982484. OLE color: 13982484.
HSL color Cylindrical-coordinate representation of color #145BD5: hue angle of 217.93º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145BD5 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 91 | 213 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.16 |
| HSL | 217.93º | 0.83% | 0.46% | - |
| HSV(B) | 217.93º | 0.91% | 0.84% | - |
| XYZ | 16.04 | 12.43 | 64.51 | - |
| YUV | 83.68 | 200.98 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 213 | 0.91 | 0.57 | 0 | 0.16 | 217.93 | 0.83 | 0.46 |
| Hex | 14 | 5B | D5 | 5B | 39 | 0 | 10 | DA | 53 | 2E |
| Octal | 24 | 133 | 325 | 133 | 71 | 0 | 20 | 332 | 123 | 56 |
| Binary | 10100 | 1011011 | 11010101 | 1011011 | 111001 | 0 | 10000 | 11011010 | 1010011 | 101110 |
Color Harmonies of #145BD5
Complementary color
Monochromatic Colors of #145BD5
Black with #145BD5
Text Example
Text Example
White with #145BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BD5; }
p { color: rgb(20,91,213); }
H1.HeaderClassName
{
color: #145BD5;
}
.AnyTagClassName
{
color: #145BD5;
}
</style>
background-color css
<style>
a { background-color: #145BD5; }
a { background-color: rgb(20,91,213); }
div.DivClassName
{
background-color: #145BD5;
}
.BgClassName
{
background-color: #145BD5;
}
</style>
border-color css
<style>
span { border-color: #145BD5; }
span { border-color: rgb(20,91,213); }
td.TdClassName
{
border-color: #145BD5;
}
.TagClassName
{
border-color: #145BD5;
}
</style>