Shades of Denim #145BC9
Tints of Denim #145BC9
RGB
CMYK
RGB Variations
Color information
#145BC9 (or 0x145BC9) is known color: Denim. HEX triplet: 14, 5B and C9. RGB value is (20,91,201). Sum of RGB (Red+Green+Blue) = 20+91+201=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 201 (78.91% from 255 or 64.42% from 312); Max value from RGB is 201 - color contains mainly: blue. Hex color #145BC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BC9 is #EBA436. Grayscale: #515151. Windows color (decimal): -15442999 or 13196052. OLE color: 13196052.
HSL color Cylindrical-coordinate representation of color #145BC9: hue angle of 216.46º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #145BC9 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 91 | 201 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.21 |
| HSL | 216.46º | 0.82% | 0.43% | - |
| HSV(B) | 216.46º | 0.9% | 0.79% | - |
| XYZ | 14.57 | 11.85 | 56.78 | - |
| YUV | 82.31 | 194.98 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 201 | 0.90 | 0.55 | 0 | 0.21 | 216.46 | 0.82 | 0.43 |
| Hex | 14 | 5B | C9 | 5A | 37 | 0 | 15 | D8 | 52 | 2B |
| Octal | 24 | 133 | 311 | 132 | 67 | 0 | 25 | 330 | 122 | 53 |
| Binary | 10100 | 1011011 | 11001001 | 1011010 | 110111 | 0 | 10101 | 11011000 | 1010010 | 101011 |
Color Harmonies of #145BC9
Complementary color
Monochromatic Colors of #145BC9
Black with #145BC9
Text Example
Text Example
White with #145BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BC9; }
p { color: rgb(20,91,201); }
H1.HeaderClassName
{
color: #145BC9;
}
.AnyTagClassName
{
color: #145BC9;
}
</style>
background-color css
<style>
a { background-color: #145BC9; }
a { background-color: rgb(20,91,201); }
div.DivClassName
{
background-color: #145BC9;
}
.BgClassName
{
background-color: #145BC9;
}
</style>
border-color css
<style>
span { border-color: #145BC9; }
span { border-color: rgb(20,91,201); }
td.TdClassName
{
border-color: #145BC9;
}
.TagClassName
{
border-color: #145BC9;
}
</style>