Shades of Denim #1472BD
Tints of Denim #1472BD
RGB
CMYK
RGB Variations
Color information
#1472BD (or 0x1472BD) is known color: Denim. HEX triplet: 14, 72 and BD. RGB value is (20,114,189). Sum of RGB (Red+Green+Blue) = 20+114+189=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #1472BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1472BD is #EB8D42. Grayscale: #5E5E5E. Windows color (decimal): -15437123 or 12415508. OLE color: 12415508.
HSL color Cylindrical-coordinate representation of color #1472BD: hue angle of 206.63º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1472BD is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 114 | 189 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.26 |
| HSL | 206.63º | 0.81% | 0.41% | - |
| HSV(B) | 206.63º | 0.89% | 0.74% | - |
| XYZ | 15.49 | 15.86 | 50.39 | - |
| YUV | 94.44 | 181.36 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 189 | 0.89 | 0.40 | 0 | 0.26 | 206.63 | 0.81 | 0.41 |
| Hex | 14 | 72 | BD | 59 | 28 | 0 | 1A | CF | 51 | 29 |
| Octal | 24 | 162 | 275 | 131 | 50 | 0 | 32 | 317 | 121 | 51 |
| Binary | 10100 | 1110010 | 10111101 | 1011001 | 101000 | 0 | 11010 | 11001111 | 1010001 | 101001 |
Color Harmonies of #1472BD
Complementary color
Monochromatic Colors of #1472BD
Black with #1472BD
Text Example
Text Example
White with #1472BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1472BD; }
p { color: rgb(20,114,189); }
H1.HeaderClassName
{
color: #1472BD;
}
.AnyTagClassName
{
color: #1472BD;
}
</style>
background-color css
<style>
a { background-color: #1472BD; }
a { background-color: rgb(20,114,189); }
div.DivClassName
{
background-color: #1472BD;
}
.BgClassName
{
background-color: #1472BD;
}
</style>
border-color css
<style>
span { border-color: #1472BD; }
span { border-color: rgb(20,114,189); }
td.TdClassName
{
border-color: #1472BD;
}
.TagClassName
{
border-color: #1472BD;
}
</style>