Shades of Denim #1457BB
Tints of Denim #1457BB
RGB
CMYK
RGB Variations
Color information
#1457BB (or 0x1457BB) is known color: Denim. HEX triplet: 14, 57 and BB. RGB value is (20,87,187). Sum of RGB (Red+Green+Blue) = 20+87+187=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #1457BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1457BB is #EBA844. Grayscale: #4D4D4D. Windows color (decimal): -15444037 or 12277524. OLE color: 12277524.
HSL color Cylindrical-coordinate representation of color #1457BB: hue angle of 215.93º 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 #1457BB is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 87 | 187 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.27 |
| HSL | 215.93º | 0.81% | 0.41% | - |
| HSV(B) | 215.93º | 0.89% | 0.73% | - |
| XYZ | 12.67 | 10.55 | 48.38 | - |
| YUV | 78.37 | 189.3 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 187 | 0.89 | 0.53 | 0 | 0.27 | 215.93 | 0.81 | 0.41 |
| Hex | 14 | 57 | BB | 59 | 35 | 0 | 1B | D8 | 51 | 29 |
| Octal | 24 | 127 | 273 | 131 | 65 | 0 | 33 | 330 | 121 | 51 |
| Binary | 10100 | 1010111 | 10111011 | 1011001 | 110101 | 0 | 11011 | 11011000 | 1010001 | 101001 |
Color Harmonies of #1457BB
Complementary color
Monochromatic Colors of #1457BB
Black with #1457BB
Text Example
Text Example
White with #1457BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1457BB; }
p { color: rgb(20,87,187); }
H1.HeaderClassName
{
color: #1457BB;
}
.AnyTagClassName
{
color: #1457BB;
}
</style>
background-color css
<style>
a { background-color: #1457BB; }
a { background-color: rgb(20,87,187); }
div.DivClassName
{
background-color: #1457BB;
}
.BgClassName
{
background-color: #1457BB;
}
</style>
border-color css
<style>
span { border-color: #1457BB; }
span { border-color: rgb(20,87,187); }
td.TdClassName
{
border-color: #1457BB;
}
.TagClassName
{
border-color: #1457BB;
}
</style>