Shades of Denim #1454BB
Tints of Denim #1454BB
RGB
CMYK
RGB Variations
Color information
#1454BB (or 0x1454BB) is known color: Denim. HEX triplet: 14, 54 and BB. RGB value is (20,84,187). Sum of RGB (Red+Green+Blue) = 20+84+187=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #1454BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1454BB is #EBAB44. Grayscale: #4C4C4C. Windows color (decimal): -15444805 or 12276756. OLE color: 12276756.
HSL color Cylindrical-coordinate representation of color #1454BB: hue angle of 217.01º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1454BB is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 84 | 187 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.27 |
| HSL | 217.01º | 0.81% | 0.41% | - |
| HSV(B) | 217.01º | 0.89% | 0.73% | - |
| XYZ | 12.43 | 10.08 | 48.3 | - |
| YUV | 76.61 | 190.3 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 187 | 0.89 | 0.55 | 0 | 0.27 | 217.01 | 0.81 | 0.41 |
| Hex | 14 | 54 | BB | 59 | 37 | 0 | 1B | D9 | 51 | 29 |
| Octal | 24 | 124 | 273 | 131 | 67 | 0 | 33 | 331 | 121 | 51 |
| Binary | 10100 | 1010100 | 10111011 | 1011001 | 110111 | 0 | 11011 | 11011001 | 1010001 | 101001 |
Color Harmonies of #1454BB
Complementary color
Monochromatic Colors of #1454BB
Black with #1454BB
Text Example
Text Example
White with #1454BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454BB; }
p { color: rgb(20,84,187); }
H1.HeaderClassName
{
color: #1454BB;
}
.AnyTagClassName
{
color: #1454BB;
}
</style>
background-color css
<style>
a { background-color: #1454BB; }
a { background-color: rgb(20,84,187); }
div.DivClassName
{
background-color: #1454BB;
}
.BgClassName
{
background-color: #1454BB;
}
</style>
border-color css
<style>
span { border-color: #1454BB; }
span { border-color: rgb(20,84,187); }
td.TdClassName
{
border-color: #1454BB;
}
.TagClassName
{
border-color: #1454BB;
}
</style>