Shades of Denim #145BB3
Tints of Denim #145BB3
RGB
CMYK
RGB Variations
Color information
#145BB3 (or 0x145BB3) is known color: Denim. HEX triplet: 14, 5B and B3. RGB value is (20,91,179). Sum of RGB (Red+Green+Blue) = 20+91+179=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 179 (70.31% from 255 or 61.72% from 290); Max value from RGB is 179 - color contains mainly: blue. Hex color #145BB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BB3 is #EBA44C. Grayscale: #4F4F4F. Windows color (decimal): -15443021 or 11754260. OLE color: 11754260.
HSL color Cylindrical-coordinate representation of color #145BB3: hue angle of 213.21º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145BB3 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 91 | 179 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.30 |
| HSL | 213.21º | 0.8% | 0.39% | - |
| HSV(B) | 213.21º | 0.89% | 0.7% | - |
| XYZ | 12.17 | 10.89 | 44.11 | - |
| YUV | 79.8 | 183.98 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 179 | 0.89 | 0.49 | 0 | 0.30 | 213.21 | 0.8 | 0.39 |
| Hex | 14 | 5B | B3 | 59 | 31 | 0 | 1E | D5 | 50 | 27 |
| Octal | 24 | 133 | 263 | 131 | 61 | 0 | 36 | 325 | 120 | 47 |
| Binary | 10100 | 1011011 | 10110011 | 1011001 | 110001 | 0 | 11110 | 11010101 | 1010000 | 100111 |
Color Harmonies of #145BB3
Complementary color
Monochromatic Colors of #145BB3
Black with #145BB3
Text Example
Text Example
White with #145BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BB3; }
p { color: rgb(20,91,179); }
H1.HeaderClassName
{
color: #145BB3;
}
.AnyTagClassName
{
color: #145BB3;
}
</style>
background-color css
<style>
a { background-color: #145BB3; }
a { background-color: rgb(20,91,179); }
div.DivClassName
{
background-color: #145BB3;
}
.BgClassName
{
background-color: #145BB3;
}
</style>
border-color css
<style>
span { border-color: #145BB3; }
span { border-color: rgb(20,91,179); }
td.TdClassName
{
border-color: #145BB3;
}
.TagClassName
{
border-color: #145BB3;
}
</style>