Shades of Denim #145BD4
Tints of Denim #145BD4
RGB
CMYK
RGB Variations
Color information
#145BD4 (or 0x145BD4) is known color: Denim. HEX triplet: 14, 5B and D4. RGB value is (20,91,212). Sum of RGB (Red+Green+Blue) = 20+91+212=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 212 (83.20% from 255 or 65.63% from 323); Max value from RGB is 212 - color contains mainly: blue. Hex color #145BD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BD4 is #EBA42B. Grayscale: #535353. Windows color (decimal): -15442988 or 13916948. OLE color: 13916948.
HSL color Cylindrical-coordinate representation of color #145BD4: hue angle of 217.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145BD4 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 91 | 212 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.17 |
| HSL | 217.81º | 0.83% | 0.45% | - |
| HSV(B) | 217.81º | 0.91% | 0.83% | - |
| XYZ | 15.91 | 12.38 | 63.84 | - |
| YUV | 83.57 | 200.48 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 212 | 0.91 | 0.57 | 0 | 0.17 | 217.81 | 0.83 | 0.45 |
| Hex | 14 | 5B | D4 | 5B | 39 | 0 | 11 | DA | 53 | 2D |
| Octal | 24 | 133 | 324 | 133 | 71 | 0 | 21 | 332 | 123 | 55 |
| Binary | 10100 | 1011011 | 11010100 | 1011011 | 111001 | 0 | 10001 | 11011010 | 1010011 | 101101 |
Color Harmonies of #145BD4
Complementary color
Monochromatic Colors of #145BD4
Black with #145BD4
Text Example
Text Example
White with #145BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BD4; }
p { color: rgb(20,91,212); }
H1.HeaderClassName
{
color: #145BD4;
}
.AnyTagClassName
{
color: #145BD4;
}
</style>
background-color css
<style>
a { background-color: #145BD4; }
a { background-color: rgb(20,91,212); }
div.DivClassName
{
background-color: #145BD4;
}
.BgClassName
{
background-color: #145BD4;
}
</style>
border-color css
<style>
span { border-color: #145BD4; }
span { border-color: rgb(20,91,212); }
td.TdClassName
{
border-color: #145BD4;
}
.TagClassName
{
border-color: #145BD4;
}
</style>