Shades of Denim #145FB5
Tints of Denim #145FB5
RGB
CMYK
RGB Variations
Color information
#145FB5 (or 0x145FB5) is known color: Denim. HEX triplet: 14, 5F and B5. RGB value is (20,95,181). Sum of RGB (Red+Green+Blue) = 20+95+181=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 181 (71.09% from 255 or 61.15% from 296); Max value from RGB is 181 - color contains mainly: blue. Hex color #145FB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145FB5 is #EBA04A. Grayscale: #515151. Windows color (decimal): -15441995 or 11886356. OLE color: 11886356.
HSL color Cylindrical-coordinate representation of color #145FB5: hue angle of 212.05º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145FB5 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 95 | 181 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.29 |
| HSL | 212.05º | 0.8% | 0.39% | - |
| HSV(B) | 212.05º | 0.89% | 0.71% | - |
| XYZ | 12.72 | 11.67 | 45.3 | - |
| YUV | 82.38 | 183.65 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 181 | 0.89 | 0.48 | 0 | 0.29 | 212.05 | 0.8 | 0.39 |
| Hex | 14 | 5F | B5 | 59 | 30 | 0 | 1D | D4 | 50 | 27 |
| Octal | 24 | 137 | 265 | 131 | 60 | 0 | 35 | 324 | 120 | 47 |
| Binary | 10100 | 1011111 | 10110101 | 1011001 | 110000 | 0 | 11101 | 11010100 | 1010000 | 100111 |
Color Harmonies of #145FB5
Complementary color
Monochromatic Colors of #145FB5
Black with #145FB5
Text Example
Text Example
White with #145FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145FB5; }
p { color: rgb(20,95,181); }
H1.HeaderClassName
{
color: #145FB5;
}
.AnyTagClassName
{
color: #145FB5;
}
</style>
background-color css
<style>
a { background-color: #145FB5; }
a { background-color: rgb(20,95,181); }
div.DivClassName
{
background-color: #145FB5;
}
.BgClassName
{
background-color: #145FB5;
}
</style>
border-color css
<style>
span { border-color: #145FB5; }
span { border-color: rgb(20,95,181); }
td.TdClassName
{
border-color: #145FB5;
}
.TagClassName
{
border-color: #145FB5;
}
</style>