Shades of Denim #1451BF
Tints of Denim #1451BF
RGB
CMYK
RGB Variations
Color information
#1451BF (or 0x1451BF) is known color: Denim. HEX triplet: 14, 51 and BF. RGB value is (20,81,191). Sum of RGB (Red+Green+Blue) = 20+81+191=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #1451BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1451BF is #EBAE40. Grayscale: #4A4A4A. Windows color (decimal): -15445569 or 12538132. OLE color: 12538132.
HSL color Cylindrical-coordinate representation of color #1451BF: hue angle of 218.6º 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 #1451BF is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 81 | 191 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.25 |
| HSL | 218.6º | 0.81% | 0.41% | - |
| HSV(B) | 218.6º | 0.9% | 0.75% | - |
| XYZ | 12.63 | 9.8 | 50.51 | - |
| YUV | 75.3 | 193.29 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 191 | 0.90 | 0.58 | 0 | 0.25 | 218.6 | 0.81 | 0.41 |
| Hex | 14 | 51 | BF | 5A | 3A | 0 | 19 | DB | 51 | 29 |
| Octal | 24 | 121 | 277 | 132 | 72 | 0 | 31 | 333 | 121 | 51 |
| Binary | 10100 | 1010001 | 10111111 | 1011010 | 111010 | 0 | 11001 | 11011011 | 1010001 | 101001 |
Color Harmonies of #1451BF
Complementary color
Monochromatic Colors of #1451BF
Black with #1451BF
Text Example
Text Example
White with #1451BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1451BF; }
p { color: rgb(20,81,191); }
H1.HeaderClassName
{
color: #1451BF;
}
.AnyTagClassName
{
color: #1451BF;
}
</style>
background-color css
<style>
a { background-color: #1451BF; }
a { background-color: rgb(20,81,191); }
div.DivClassName
{
background-color: #1451BF;
}
.BgClassName
{
background-color: #1451BF;
}
</style>
border-color css
<style>
span { border-color: #1451BF; }
span { border-color: rgb(20,81,191); }
td.TdClassName
{
border-color: #1451BF;
}
.TagClassName
{
border-color: #1451BF;
}
</style>