Shades of Denim #1454B5
Tints of Denim #1454B5
RGB
CMYK
RGB Variations
Color information
#1454B5 (or 0x1454B5) is known color: Denim. HEX triplet: 14, 54 and B5. RGB value is (20,84,181). Sum of RGB (Red+Green+Blue) = 20+84+181=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 181 (71.09% from 255 or 63.51% from 285); Max value from RGB is 181 - color contains mainly: blue. Hex color #1454B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1454B5 is #EBAB4A. Grayscale: #4B4B4B. Windows color (decimal): -15444811 or 11883540. OLE color: 11883540.
HSL color Cylindrical-coordinate representation of color #1454B5: hue angle of 216.15º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1454B5 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 84 | 181 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.29 |
| HSL | 216.15º | 0.8% | 0.39% | - |
| HSV(B) | 216.15º | 0.89% | 0.71% | - |
| XYZ | 11.8 | 9.83 | 44.99 | - |
| YUV | 75.92 | 187.3 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 181 | 0.89 | 0.54 | 0 | 0.29 | 216.15 | 0.8 | 0.39 |
| Hex | 14 | 54 | B5 | 59 | 36 | 0 | 1D | D8 | 50 | 27 |
| Octal | 24 | 124 | 265 | 131 | 66 | 0 | 35 | 330 | 120 | 47 |
| Binary | 10100 | 1010100 | 10110101 | 1011001 | 110110 | 0 | 11101 | 11011000 | 1010000 | 100111 |
Color Harmonies of #1454B5
Complementary color
Monochromatic Colors of #1454B5
Black with #1454B5
Text Example
Text Example
White with #1454B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454B5; }
p { color: rgb(20,84,181); }
H1.HeaderClassName
{
color: #1454B5;
}
.AnyTagClassName
{
color: #1454B5;
}
</style>
background-color css
<style>
a { background-color: #1454B5; }
a { background-color: rgb(20,84,181); }
div.DivClassName
{
background-color: #1454B5;
}
.BgClassName
{
background-color: #1454B5;
}
</style>
border-color css
<style>
span { border-color: #1454B5; }
span { border-color: rgb(20,84,181); }
td.TdClassName
{
border-color: #1454B5;
}
.TagClassName
{
border-color: #1454B5;
}
</style>