Shades of Denim #1454B8
Tints of Denim #1454B8
RGB
CMYK
RGB Variations
Color information
#1454B8 (or 0x1454B8) is known color: Denim. HEX triplet: 14, 54 and B8. RGB value is (20,84,184). Sum of RGB (Red+Green+Blue) = 20+84+184=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 184 (72.27% from 255 or 63.89% from 288); Max value from RGB is 184 - color contains mainly: blue. Hex color #1454B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1454B8 is #EBAB47. Grayscale: #4B4B4B. Windows color (decimal): -15444808 or 12080148. OLE color: 12080148.
HSL color Cylindrical-coordinate representation of color #1454B8: hue angle of 216.59º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1454B8 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 84 | 184 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.28 |
| HSL | 216.59º | 0.8% | 0.4% | - |
| HSV(B) | 216.59º | 0.89% | 0.72% | - |
| XYZ | 12.11 | 9.95 | 46.63 | - |
| YUV | 76.26 | 188.8 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 184 | 0.89 | 0.54 | 0 | 0.28 | 216.59 | 0.8 | 0.4 |
| Hex | 14 | 54 | B8 | 59 | 36 | 0 | 1C | D9 | 50 | 28 |
| Octal | 24 | 124 | 270 | 131 | 66 | 0 | 34 | 331 | 120 | 50 |
| Binary | 10100 | 1010100 | 10111000 | 1011001 | 110110 | 0 | 11100 | 11011001 | 1010000 | 101000 |
Color Harmonies of #1454B8
Complementary color
Monochromatic Colors of #1454B8
Black with #1454B8
Text Example
Text Example
White with #1454B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454B8; }
p { color: rgb(20,84,184); }
H1.HeaderClassName
{
color: #1454B8;
}
.AnyTagClassName
{
color: #1454B8;
}
</style>
background-color css
<style>
a { background-color: #1454B8; }
a { background-color: rgb(20,84,184); }
div.DivClassName
{
background-color: #1454B8;
}
.BgClassName
{
background-color: #1454B8;
}
</style>
border-color css
<style>
span { border-color: #1454B8; }
span { border-color: rgb(20,84,184); }
td.TdClassName
{
border-color: #1454B8;
}
.TagClassName
{
border-color: #1454B8;
}
</style>