Shades of Denim #1479BB
Tints of Denim #1479BB
RGB
CMYK
RGB Variations
Color information
#1479BB (or 0x1479BB) is known color: Denim. HEX triplet: 14, 79 and BB. RGB value is (20,121,187). Sum of RGB (Red+Green+Blue) = 20+121+187=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #1479BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1479BB is #EB8644. Grayscale: #616161. Windows color (decimal): -15435333 or 12286228. OLE color: 12286228.
HSL color Cylindrical-coordinate representation of color #1479BB: hue angle of 203.71º 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 #1479BB is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 121 | 187 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.27 |
| HSL | 203.71º | 0.81% | 0.41% | - |
| HSV(B) | 203.71º | 0.89% | 0.73% | - |
| XYZ | 16.1 | 17.41 | 49.53 | - |
| YUV | 98.33 | 178.04 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 187 | 0.89 | 0.35 | 0 | 0.27 | 203.71 | 0.81 | 0.41 |
| Hex | 14 | 79 | BB | 59 | 23 | 0 | 1B | CC | 51 | 29 |
| Octal | 24 | 171 | 273 | 131 | 43 | 0 | 33 | 314 | 121 | 51 |
| Binary | 10100 | 1111001 | 10111011 | 1011001 | 100011 | 0 | 11011 | 11001100 | 1010001 | 101001 |
Color Harmonies of #1479BB
Complementary color
Monochromatic Colors of #1479BB
Black with #1479BB
Text Example
Text Example
White with #1479BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1479BB; }
p { color: rgb(20,121,187); }
H1.HeaderClassName
{
color: #1479BB;
}
.AnyTagClassName
{
color: #1479BB;
}
</style>
background-color css
<style>
a { background-color: #1479BB; }
a { background-color: rgb(20,121,187); }
div.DivClassName
{
background-color: #1479BB;
}
.BgClassName
{
background-color: #1479BB;
}
</style>
border-color css
<style>
span { border-color: #1479BB; }
span { border-color: rgb(20,121,187); }
td.TdClassName
{
border-color: #1479BB;
}
.TagClassName
{
border-color: #1479BB;
}
</style>