Shades of Denim #1475BB
Tints of Denim #1475BB
RGB
CMYK
RGB Variations
Color information
#1475BB (or 0x1475BB) is known color: Denim. HEX triplet: 14, 75 and BB. RGB value is (20,117,187). Sum of RGB (Red+Green+Blue) = 20+117+187=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #1475BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1475BB is #EB8A44. Grayscale: #5F5F5F. Windows color (decimal): -15436357 or 12285204. OLE color: 12285204.
HSL color Cylindrical-coordinate representation of color #1475BB: hue angle of 205.15º 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 #1475BB is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 117 | 187 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.27 |
| HSL | 205.15º | 0.81% | 0.41% | - |
| HSV(B) | 205.15º | 0.89% | 0.73% | - |
| XYZ | 15.62 | 16.46 | 49.37 | - |
| YUV | 95.98 | 179.36 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 187 | 0.89 | 0.37 | 0 | 0.27 | 205.15 | 0.81 | 0.41 |
| Hex | 14 | 75 | BB | 59 | 25 | 0 | 1B | CD | 51 | 29 |
| Octal | 24 | 165 | 273 | 131 | 45 | 0 | 33 | 315 | 121 | 51 |
| Binary | 10100 | 1110101 | 10111011 | 1011001 | 100101 | 0 | 11011 | 11001101 | 1010001 | 101001 |
Color Harmonies of #1475BB
Complementary color
Monochromatic Colors of #1475BB
Black with #1475BB
Text Example
Text Example
White with #1475BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1475BB; }
p { color: rgb(20,117,187); }
H1.HeaderClassName
{
color: #1475BB;
}
.AnyTagClassName
{
color: #1475BB;
}
</style>
background-color css
<style>
a { background-color: #1475BB; }
a { background-color: rgb(20,117,187); }
div.DivClassName
{
background-color: #1475BB;
}
.BgClassName
{
background-color: #1475BB;
}
</style>
border-color css
<style>
span { border-color: #1475BB; }
span { border-color: rgb(20,117,187); }
td.TdClassName
{
border-color: #1475BB;
}
.TagClassName
{
border-color: #1475BB;
}
</style>