Shades of Denim #1473BF
Tints of Denim #1473BF
RGB
CMYK
RGB Variations
Color information
#1473BF (or 0x1473BF) is known color: Denim. HEX triplet: 14, 73 and BF. RGB value is (20,115,191). Sum of RGB (Red+Green+Blue) = 20+115+191=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #1473BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1473BF is #EB8C40. Grayscale: #5E5E5E. Windows color (decimal): -15436865 or 12546836. OLE color: 12546836.
HSL color Cylindrical-coordinate representation of color #1473BF: hue angle of 206.67º 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 #1473BF is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 115 | 191 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.25 |
| HSL | 206.67º | 0.81% | 0.41% | - |
| HSV(B) | 206.67º | 0.9% | 0.75% | - |
| XYZ | 15.82 | 16.17 | 51.58 | - |
| YUV | 95.26 | 182.03 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 191 | 0.90 | 0.40 | 0 | 0.25 | 206.67 | 0.81 | 0.41 |
| Hex | 14 | 73 | BF | 5A | 28 | 0 | 19 | CF | 51 | 29 |
| Octal | 24 | 163 | 277 | 132 | 50 | 0 | 31 | 317 | 121 | 51 |
| Binary | 10100 | 1110011 | 10111111 | 1011010 | 101000 | 0 | 11001 | 11001111 | 1010001 | 101001 |
Color Harmonies of #1473BF
Complementary color
Monochromatic Colors of #1473BF
Black with #1473BF
Text Example
Text Example
White with #1473BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1473BF; }
p { color: rgb(20,115,191); }
H1.HeaderClassName
{
color: #1473BF;
}
.AnyTagClassName
{
color: #1473BF;
}
</style>
background-color css
<style>
a { background-color: #1473BF; }
a { background-color: rgb(20,115,191); }
div.DivClassName
{
background-color: #1473BF;
}
.BgClassName
{
background-color: #1473BF;
}
</style>
border-color css
<style>
span { border-color: #1473BF; }
span { border-color: rgb(20,115,191); }
td.TdClassName
{
border-color: #1473BF;
}
.TagClassName
{
border-color: #1473BF;
}
</style>