Shades of Denim #1454B0
Tints of Denim #1454B0
RGB
CMYK
RGB Variations
Color information
#1454B0 (or 0x1454B0) is known color: Denim. HEX triplet: 14, 54 and B0. RGB value is (20,84,176). Sum of RGB (Red+Green+Blue) = 20+84+176=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 176 (69.14% from 255 or 62.86% from 280); Max value from RGB is 176 - color contains mainly: blue. Hex color #1454B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1454B0 is #EBAB4F. Grayscale: #4A4A4A. Windows color (decimal): -15444816 or 11555860. OLE color: 11555860.
HSL color Cylindrical-coordinate representation of color #1454B0: hue angle of 215.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1454B0 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 84 | 176 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.31 |
| HSL | 215.38º | 0.8% | 0.38% | - |
| HSV(B) | 215.38º | 0.89% | 0.69% | - |
| XYZ | 11.3 | 9.62 | 42.34 | - |
| YUV | 75.35 | 184.8 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 176 | 0.89 | 0.52 | 0 | 0.31 | 215.38 | 0.8 | 0.38 |
| Hex | 14 | 54 | B0 | 59 | 34 | 0 | 1F | D7 | 50 | 26 |
| Octal | 24 | 124 | 260 | 131 | 64 | 0 | 37 | 327 | 120 | 46 |
| Binary | 10100 | 1010100 | 10110000 | 1011001 | 110100 | 0 | 11111 | 11010111 | 1010000 | 100110 |
Color Harmonies of #1454B0
Complementary color
Monochromatic Colors of #1454B0
Black with #1454B0
Text Example
Text Example
White with #1454B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454B0; }
p { color: rgb(20,84,176); }
H1.HeaderClassName
{
color: #1454B0;
}
.AnyTagClassName
{
color: #1454B0;
}
</style>
background-color css
<style>
a { background-color: #1454B0; }
a { background-color: rgb(20,84,176); }
div.DivClassName
{
background-color: #1454B0;
}
.BgClassName
{
background-color: #1454B0;
}
</style>
border-color css
<style>
span { border-color: #1454B0; }
span { border-color: rgb(20,84,176); }
td.TdClassName
{
border-color: #1454B0;
}
.TagClassName
{
border-color: #1454B0;
}
</style>