Shades of Denim #1454BE
Tints of Denim #1454BE
RGB
CMYK
RGB Variations
Color information
#1454BE (or 0x1454BE) is known color: Denim. HEX triplet: 14, 54 and BE. RGB value is (20,84,190). Sum of RGB (Red+Green+Blue) = 20+84+190=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #1454BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1454BE is #EBAB41. Grayscale: #4C4C4C. Windows color (decimal): -15444802 or 12473364. OLE color: 12473364.
HSL color Cylindrical-coordinate representation of color #1454BE: hue angle of 217.41º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1454BE is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 84 | 190 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.25 |
| HSL | 217.41º | 0.81% | 0.41% | - |
| HSV(B) | 217.41º | 0.89% | 0.75% | - |
| XYZ | 12.75 | 10.21 | 50.01 | - |
| YUV | 76.95 | 191.8 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 190 | 0.89 | 0.56 | 0 | 0.25 | 217.41 | 0.81 | 0.41 |
| Hex | 14 | 54 | BE | 59 | 38 | 0 | 19 | D9 | 51 | 29 |
| Octal | 24 | 124 | 276 | 131 | 70 | 0 | 31 | 331 | 121 | 51 |
| Binary | 10100 | 1010100 | 10111110 | 1011001 | 111000 | 0 | 11001 | 11011001 | 1010001 | 101001 |
Color Harmonies of #1454BE
Complementary color
Monochromatic Colors of #1454BE
Black with #1454BE
Text Example
Text Example
White with #1454BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454BE; }
p { color: rgb(20,84,190); }
H1.HeaderClassName
{
color: #1454BE;
}
.AnyTagClassName
{
color: #1454BE;
}
</style>
background-color css
<style>
a { background-color: #1454BE; }
a { background-color: rgb(20,84,190); }
div.DivClassName
{
background-color: #1454BE;
}
.BgClassName
{
background-color: #1454BE;
}
</style>
border-color css
<style>
span { border-color: #1454BE; }
span { border-color: rgb(20,84,190); }
td.TdClassName
{
border-color: #1454BE;
}
.TagClassName
{
border-color: #1454BE;
}
</style>