Shades of Denim #1472BF
Tints of Denim #1472BF
RGB
CMYK
RGB Variations
Color information
#1472BF (or 0x1472BF) is known color: Denim. HEX triplet: 14, 72 and BF. RGB value is (20,114,191). Sum of RGB (Red+Green+Blue) = 20+114+191=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #1472BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1472BF is #EB8D40. Grayscale: #5E5E5E. Windows color (decimal): -15437121 or 12546580. OLE color: 12546580.
HSL color Cylindrical-coordinate representation of color #1472BF: hue angle of 207.02º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1472BF is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 114 | 191 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.25 |
| HSL | 207.02º | 0.81% | 0.41% | - |
| HSV(B) | 207.02º | 0.9% | 0.75% | - |
| XYZ | 15.71 | 15.94 | 51.54 | - |
| YUV | 94.67 | 182.36 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 191 | 0.90 | 0.40 | 0 | 0.25 | 207.02 | 0.81 | 0.41 |
| Hex | 14 | 72 | BF | 5A | 28 | 0 | 19 | CF | 51 | 29 |
| Octal | 24 | 162 | 277 | 132 | 50 | 0 | 31 | 317 | 121 | 51 |
| Binary | 10100 | 1110010 | 10111111 | 1011010 | 101000 | 0 | 11001 | 11001111 | 1010001 | 101001 |
Color Harmonies of #1472BF
Complementary color
Monochromatic Colors of #1472BF
Black with #1472BF
Text Example
Text Example
White with #1472BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1472BF; }
p { color: rgb(20,114,191); }
H1.HeaderClassName
{
color: #1472BF;
}
.AnyTagClassName
{
color: #1472BF;
}
</style>
background-color css
<style>
a { background-color: #1472BF; }
a { background-color: rgb(20,114,191); }
div.DivClassName
{
background-color: #1472BF;
}
.BgClassName
{
background-color: #1472BF;
}
</style>
border-color css
<style>
span { border-color: #1472BF; }
span { border-color: rgb(20,114,191); }
td.TdClassName
{
border-color: #1472BF;
}
.TagClassName
{
border-color: #1472BF;
}
</style>