Shades of Denim #1477BB
Tints of Denim #1477BB
RGB
CMYK
RGB Variations
Color information
#1477BB (or 0x1477BB) is known color: Denim. HEX triplet: 14, 77 and BB. RGB value is (20,119,187). Sum of RGB (Red+Green+Blue) = 20+119+187=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #1477BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1477BB is #EB8844. Grayscale: #606060. Windows color (decimal): -15435845 or 12285716. OLE color: 12285716.
HSL color Cylindrical-coordinate representation of color #1477BB: hue angle of 204.43º 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 #1477BB is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 119 | 187 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.27 |
| HSL | 204.43º | 0.81% | 0.41% | - |
| HSV(B) | 204.43º | 0.89% | 0.73% | - |
| XYZ | 15.85 | 16.93 | 49.45 | - |
| YUV | 97.15 | 178.7 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 119 | 187 | 0.89 | 0.36 | 0 | 0.27 | 204.43 | 0.81 | 0.41 |
| Hex | 14 | 77 | BB | 59 | 24 | 0 | 1B | CC | 51 | 29 |
| Octal | 24 | 167 | 273 | 131 | 44 | 0 | 33 | 314 | 121 | 51 |
| Binary | 10100 | 1110111 | 10111011 | 1011001 | 100100 | 0 | 11011 | 11001100 | 1010001 | 101001 |
Color Harmonies of #1477BB
Complementary color
Monochromatic Colors of #1477BB
Black with #1477BB
Text Example
Text Example
White with #1477BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1477BB; }
p { color: rgb(20,119,187); }
H1.HeaderClassName
{
color: #1477BB;
}
.AnyTagClassName
{
color: #1477BB;
}
</style>
background-color css
<style>
a { background-color: #1477BB; }
a { background-color: rgb(20,119,187); }
div.DivClassName
{
background-color: #1477BB;
}
.BgClassName
{
background-color: #1477BB;
}
</style>
border-color css
<style>
span { border-color: #1477BB; }
span { border-color: rgb(20,119,187); }
td.TdClassName
{
border-color: #1477BB;
}
.TagClassName
{
border-color: #1477BB;
}
</style>