Shades of Denim #145BB8
Tints of Denim #145BB8
RGB
CMYK
RGB Variations
Color information
#145BB8 (or 0x145BB8) is known color: Denim. HEX triplet: 14, 5B and B8. RGB value is (20,91,184). Sum of RGB (Red+Green+Blue) = 20+91+184=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 184 (72.27% from 255 or 62.37% from 295); Max value from RGB is 184 - color contains mainly: blue. Hex color #145BB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BB8 is #EBA447. Grayscale: #4F4F4F. Windows color (decimal): -15443016 or 12081940. OLE color: 12081940.
HSL color Cylindrical-coordinate representation of color #145BB8: hue angle of 214.02º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145BB8 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 91 | 184 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.28 |
| HSL | 214.02º | 0.8% | 0.4% | - |
| HSV(B) | 214.02º | 0.89% | 0.72% | - |
| XYZ | 12.68 | 11.09 | 46.82 | - |
| YUV | 80.37 | 186.48 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 184 | 0.89 | 0.51 | 0 | 0.28 | 214.02 | 0.8 | 0.4 |
| Hex | 14 | 5B | B8 | 59 | 33 | 0 | 1C | D6 | 50 | 28 |
| Octal | 24 | 133 | 270 | 131 | 63 | 0 | 34 | 326 | 120 | 50 |
| Binary | 10100 | 1011011 | 10111000 | 1011001 | 110011 | 0 | 11100 | 11010110 | 1010000 | 101000 |
Color Harmonies of #145BB8
Complementary color
Monochromatic Colors of #145BB8
Black with #145BB8
Text Example
Text Example
White with #145BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BB8; }
p { color: rgb(20,91,184); }
H1.HeaderClassName
{
color: #145BB8;
}
.AnyTagClassName
{
color: #145BB8;
}
</style>
background-color css
<style>
a { background-color: #145BB8; }
a { background-color: rgb(20,91,184); }
div.DivClassName
{
background-color: #145BB8;
}
.BgClassName
{
background-color: #145BB8;
}
</style>
border-color css
<style>
span { border-color: #145BB8; }
span { border-color: rgb(20,91,184); }
td.TdClassName
{
border-color: #145BB8;
}
.TagClassName
{
border-color: #145BB8;
}
</style>