Shades of Denim #145BB0
Tints of Denim #145BB0
RGB
CMYK
RGB Variations
Color information
#145BB0 (or 0x145BB0) is known color: Denim. HEX triplet: 14, 5B and B0. RGB value is (20,91,176). Sum of RGB (Red+Green+Blue) = 20+91+176=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 176 (69.14% from 255 or 61.32% from 287); Max value from RGB is 176 - color contains mainly: blue. Hex color #145BB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145BB0 is #EBA44F. Grayscale: #4F4F4F. Windows color (decimal): -15443024 or 11557652. OLE color: 11557652.
HSL color Cylindrical-coordinate representation of color #145BB0: hue angle of 212.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145BB0 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 91 | 176 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.31 |
| HSL | 212.69º | 0.8% | 0.38% | - |
| HSV(B) | 212.69º | 0.89% | 0.69% | - |
| XYZ | 11.87 | 10.77 | 42.53 | - |
| YUV | 79.46 | 182.48 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 176 | 0.89 | 0.48 | 0 | 0.31 | 212.69 | 0.8 | 0.38 |
| Hex | 14 | 5B | B0 | 59 | 30 | 0 | 1F | D5 | 50 | 26 |
| Octal | 24 | 133 | 260 | 131 | 60 | 0 | 37 | 325 | 120 | 46 |
| Binary | 10100 | 1011011 | 10110000 | 1011001 | 110000 | 0 | 11111 | 11010101 | 1010000 | 100110 |
Color Harmonies of #145BB0
Complementary color
Monochromatic Colors of #145BB0
Black with #145BB0
Text Example
Text Example
White with #145BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BB0; }
p { color: rgb(20,91,176); }
H1.HeaderClassName
{
color: #145BB0;
}
.AnyTagClassName
{
color: #145BB0;
}
</style>
background-color css
<style>
a { background-color: #145BB0; }
a { background-color: rgb(20,91,176); }
div.DivClassName
{
background-color: #145BB0;
}
.BgClassName
{
background-color: #145BB0;
}
</style>
border-color css
<style>
span { border-color: #145BB0; }
span { border-color: rgb(20,91,176); }
td.TdClassName
{
border-color: #145BB0;
}
.TagClassName
{
border-color: #145BB0;
}
</style>