Shades of Denim #1472BE
Tints of Denim #1472BE
RGB
CMYK
RGB Variations
Color information
#1472BE (or 0x1472BE) is known color: Denim. HEX triplet: 14, 72 and BE. RGB value is (20,114,190). Sum of RGB (Red+Green+Blue) = 20+114+190=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #1472BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1472BE is #EB8D41. Grayscale: #5E5E5E. Windows color (decimal): -15437122 or 12481044. OLE color: 12481044.
HSL color Cylindrical-coordinate representation of color #1472BE: hue angle of 206.82º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1472BE is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 114 | 190 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.25 |
| HSL | 206.82º | 0.81% | 0.41% | - |
| HSV(B) | 206.82º | 0.89% | 0.75% | - |
| XYZ | 15.6 | 15.9 | 50.96 | - |
| YUV | 94.56 | 181.86 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 190 | 0.89 | 0.40 | 0 | 0.25 | 206.82 | 0.81 | 0.41 |
| Hex | 14 | 72 | BE | 59 | 28 | 0 | 19 | CF | 51 | 29 |
| Octal | 24 | 162 | 276 | 131 | 50 | 0 | 31 | 317 | 121 | 51 |
| Binary | 10100 | 1110010 | 10111110 | 1011001 | 101000 | 0 | 11001 | 11001111 | 1010001 | 101001 |
Color Harmonies of #1472BE
Complementary color
Monochromatic Colors of #1472BE
Black with #1472BE
Text Example
Text Example
White with #1472BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1472BE; }
p { color: rgb(20,114,190); }
H1.HeaderClassName
{
color: #1472BE;
}
.AnyTagClassName
{
color: #1472BE;
}
</style>
background-color css
<style>
a { background-color: #1472BE; }
a { background-color: rgb(20,114,190); }
div.DivClassName
{
background-color: #1472BE;
}
.BgClassName
{
background-color: #1472BE;
}
</style>
border-color css
<style>
span { border-color: #1472BE; }
span { border-color: rgb(20,114,190); }
td.TdClassName
{
border-color: #1472BE;
}
.TagClassName
{
border-color: #1472BE;
}
</style>