Shades of Denim #145BCE
Tints of Denim #145BCE
RGB
CMYK
RGB Variations
Color information
#145BCE (or 0x145BCE) is known color: Denim. HEX triplet: 14, 5B and CE. RGB value is (20,91,206). Sum of RGB (Red+Green+Blue) = 20+91+206=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #145BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BCE is #EBA431. Grayscale: #525252. Windows color (decimal): -15442994 or 13523732. OLE color: 13523732.
HSL color Cylindrical-coordinate representation of color #145BCE: hue angle of 217.1º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #145BCE is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 91 | 206 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.19 |
| HSL | 217.1º | 0.82% | 0.44% | - |
| HSV(B) | 217.1º | 0.9% | 0.81% | - |
| XYZ | 15.17 | 12.09 | 59.93 | - |
| YUV | 82.88 | 197.48 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 206 | 0.90 | 0.56 | 0 | 0.19 | 217.1 | 0.82 | 0.44 |
| Hex | 14 | 5B | CE | 5A | 38 | 0 | 13 | D9 | 52 | 2C |
| Octal | 24 | 133 | 316 | 132 | 70 | 0 | 23 | 331 | 122 | 54 |
| Binary | 10100 | 1011011 | 11001110 | 1011010 | 111000 | 0 | 10011 | 11011001 | 1010010 | 101100 |
Color Harmonies of #145BCE
Complementary color
Monochromatic Colors of #145BCE
Black with #145BCE
Text Example
Text Example
White with #145BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BCE; }
p { color: rgb(20,91,206); }
H1.HeaderClassName
{
color: #145BCE;
}
.AnyTagClassName
{
color: #145BCE;
}
</style>
background-color css
<style>
a { background-color: #145BCE; }
a { background-color: rgb(20,91,206); }
div.DivClassName
{
background-color: #145BCE;
}
.BgClassName
{
background-color: #145BCE;
}
</style>
border-color css
<style>
span { border-color: #145BCE; }
span { border-color: rgb(20,91,206); }
td.TdClassName
{
border-color: #145BCE;
}
.TagClassName
{
border-color: #145BCE;
}
</style>