Shades of Denim #1454AC
Tints of Denim #1454AC
RGB
CMYK
RGB Variations
Color information
#1454AC (or 0x1454AC) is known color: Denim. HEX triplet: 14, 54 and AC. RGB value is (20,84,172). Sum of RGB (Red+Green+Blue) = 20+84+172=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #1454AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1454AC is #EBAB53. Grayscale: #4A4A4A. Windows color (decimal): -15444820 or 11293716. OLE color: 11293716.
HSL color Cylindrical-coordinate representation of color #1454AC: hue angle of 214.74º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1454AC is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 84 | 172 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.33 |
| HSL | 214.74º | 0.79% | 0.38% | - |
| HSV(B) | 214.74º | 0.88% | 0.67% | - |
| XYZ | 10.91 | 9.47 | 40.28 | - |
| YUV | 74.9 | 182.8 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 172 | 0.88 | 0.51 | 0 | 0.33 | 214.74 | 0.79 | 0.38 |
| Hex | 14 | 54 | AC | 58 | 33 | 0 | 21 | D7 | 4F | 26 |
| Octal | 24 | 124 | 254 | 130 | 63 | 0 | 41 | 327 | 117 | 46 |
| Binary | 10100 | 1010100 | 10101100 | 1011000 | 110011 | 0 | 100001 | 11010111 | 1001111 | 100110 |
Color Harmonies of #1454AC
Complementary color
Monochromatic Colors of #1454AC
Black with #1454AC
Text Example
Text Example
White with #1454AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454AC; }
p { color: rgb(20,84,172); }
H1.HeaderClassName
{
color: #1454AC;
}
.AnyTagClassName
{
color: #1454AC;
}
</style>
background-color css
<style>
a { background-color: #1454AC; }
a { background-color: rgb(20,84,172); }
div.DivClassName
{
background-color: #1454AC;
}
.BgClassName
{
background-color: #1454AC;
}
</style>
border-color css
<style>
span { border-color: #1454AC; }
span { border-color: rgb(20,84,172); }
td.TdClassName
{
border-color: #1454AC;
}
.TagClassName
{
border-color: #1454AC;
}
</style>