Shades of Denim #1474BB
Tints of Denim #1474BB
RGB
CMYK
RGB Variations
Color information
#1474BB (or 0x1474BB) is known color: Denim. HEX triplet: 14, 74 and BB. RGB value is (20,116,187). Sum of RGB (Red+Green+Blue) = 20+116+187=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #1474BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1474BB is #EB8B44. Grayscale: #5F5F5F. Windows color (decimal): -15436613 or 12284948. OLE color: 12284948.
HSL color Cylindrical-coordinate representation of color #1474BB: hue angle of 205.51º 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 #1474BB is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 116 | 187 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.27 |
| HSL | 205.51º | 0.81% | 0.41% | - |
| HSV(B) | 205.51º | 0.89% | 0.73% | - |
| XYZ | 15.5 | 16.23 | 49.33 | - |
| YUV | 95.39 | 179.7 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 187 | 0.89 | 0.38 | 0 | 0.27 | 205.51 | 0.81 | 0.41 |
| Hex | 14 | 74 | BB | 59 | 26 | 0 | 1B | CE | 51 | 29 |
| Octal | 24 | 164 | 273 | 131 | 46 | 0 | 33 | 316 | 121 | 51 |
| Binary | 10100 | 1110100 | 10111011 | 1011001 | 100110 | 0 | 11011 | 11001110 | 1010001 | 101001 |
Color Harmonies of #1474BB
Complementary color
Monochromatic Colors of #1474BB
Black with #1474BB
Text Example
Text Example
White with #1474BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1474BB; }
p { color: rgb(20,116,187); }
H1.HeaderClassName
{
color: #1474BB;
}
.AnyTagClassName
{
color: #1474BB;
}
</style>
background-color css
<style>
a { background-color: #1474BB; }
a { background-color: rgb(20,116,187); }
div.DivClassName
{
background-color: #1474BB;
}
.BgClassName
{
background-color: #1474BB;
}
</style>
border-color css
<style>
span { border-color: #1474BB; }
span { border-color: rgb(20,116,187); }
td.TdClassName
{
border-color: #1474BB;
}
.TagClassName
{
border-color: #1474BB;
}
</style>