Shades of Denim #1455BB
Tints of Denim #1455BB
RGB
CMYK
RGB Variations
Color information
#1455BB (or 0x1455BB) is known color: Denim. HEX triplet: 14, 55 and BB. RGB value is (20,85,187). Sum of RGB (Red+Green+Blue) = 20+85+187=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #1455BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1455BB is #EBAA44. Grayscale: #4C4C4C. Windows color (decimal): -15444549 or 12277012. OLE color: 12277012.
HSL color Cylindrical-coordinate representation of color #1455BB: hue angle of 216.65º 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 #1455BB is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 85 | 187 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.27 |
| HSL | 216.65º | 0.81% | 0.41% | - |
| HSV(B) | 216.65º | 0.89% | 0.73% | - |
| XYZ | 12.51 | 10.23 | 48.33 | - |
| YUV | 77.19 | 189.97 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 187 | 0.89 | 0.55 | 0 | 0.27 | 216.65 | 0.81 | 0.41 |
| Hex | 14 | 55 | BB | 59 | 37 | 0 | 1B | D9 | 51 | 29 |
| Octal | 24 | 125 | 273 | 131 | 67 | 0 | 33 | 331 | 121 | 51 |
| Binary | 10100 | 1010101 | 10111011 | 1011001 | 110111 | 0 | 11011 | 11011001 | 1010001 | 101001 |
Color Harmonies of #1455BB
Complementary color
Monochromatic Colors of #1455BB
Black with #1455BB
Text Example
Text Example
White with #1455BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1455BB; }
p { color: rgb(20,85,187); }
H1.HeaderClassName
{
color: #1455BB;
}
.AnyTagClassName
{
color: #1455BB;
}
</style>
background-color css
<style>
a { background-color: #1455BB; }
a { background-color: rgb(20,85,187); }
div.DivClassName
{
background-color: #1455BB;
}
.BgClassName
{
background-color: #1455BB;
}
</style>
border-color css
<style>
span { border-color: #1455BB; }
span { border-color: rgb(20,85,187); }
td.TdClassName
{
border-color: #1455BB;
}
.TagClassName
{
border-color: #1455BB;
}
</style>