Shades of Denim #1479BF
Tints of Denim #1479BF
RGB
CMYK
RGB Variations
Color information
#1479BF (or 0x1479BF) is known color: Denim. HEX triplet: 14, 79 and BF. RGB value is (20,121,191). Sum of RGB (Red+Green+Blue) = 20+121+191=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #1479BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1479BF is #EB8640. Grayscale: #626262. Windows color (decimal): -15435329 or 12548372. OLE color: 12548372.
HSL color Cylindrical-coordinate representation of color #1479BF: hue angle of 204.56º 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 #1479BF is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 121 | 191 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.25 |
| HSL | 204.56º | 0.81% | 0.41% | - |
| HSV(B) | 204.56º | 0.9% | 0.75% | - |
| XYZ | 16.53 | 17.59 | 51.81 | - |
| YUV | 98.78 | 180.04 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 191 | 0.90 | 0.37 | 0 | 0.25 | 204.56 | 0.81 | 0.41 |
| Hex | 14 | 79 | BF | 5A | 25 | 0 | 19 | CD | 51 | 29 |
| Octal | 24 | 171 | 277 | 132 | 45 | 0 | 31 | 315 | 121 | 51 |
| Binary | 10100 | 1111001 | 10111111 | 1011010 | 100101 | 0 | 11001 | 11001101 | 1010001 | 101001 |
Color Harmonies of #1479BF
Complementary color
Monochromatic Colors of #1479BF
Black with #1479BF
Text Example
Text Example
White with #1479BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1479BF; }
p { color: rgb(20,121,191); }
H1.HeaderClassName
{
color: #1479BF;
}
.AnyTagClassName
{
color: #1479BF;
}
</style>
background-color css
<style>
a { background-color: #1479BF; }
a { background-color: rgb(20,121,191); }
div.DivClassName
{
background-color: #1479BF;
}
.BgClassName
{
background-color: #1479BF;
}
</style>
border-color css
<style>
span { border-color: #1479BF; }
span { border-color: rgb(20,121,191); }
td.TdClassName
{
border-color: #1479BF;
}
.TagClassName
{
border-color: #1479BF;
}
</style>