Shades of Denim #1354AC
Tints of Denim #1354AC
RGB
CMYK
RGB Variations
Color information
#1354AC (or 0x1354AC) is known color: Denim. HEX triplet: 13, 54 and AC. RGB value is (19,84,172). Sum of RGB (Red+Green+Blue) = 19+84+172=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #1354AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1354AC is #ECAB53. Grayscale: #4A4A4A. Windows color (decimal): -15510356 or 11293715. OLE color: 11293715.
HSL color Cylindrical-coordinate representation of color #1354AC: hue angle of 214.51º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1354AC is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 84 | 172 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.33 |
| HSL | 214.51º | 0.8% | 0.37% | - |
| HSV(B) | 214.51º | 0.89% | 0.67% | - |
| XYZ | 10.89 | 9.46 | 40.28 | - |
| YUV | 74.6 | 182.97 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 84 | 172 | 0.89 | 0.51 | 0 | 0.33 | 214.51 | 0.8 | 0.37 |
| Hex | 13 | 54 | AC | 59 | 33 | 0 | 21 | D7 | 50 | 25 |
| Octal | 23 | 124 | 254 | 131 | 63 | 0 | 41 | 327 | 120 | 45 |
| Binary | 10011 | 1010100 | 10101100 | 1011001 | 110011 | 0 | 100001 | 11010111 | 1010000 | 100101 |
Color Harmonies of #1354AC
Complementary color
Monochromatic Colors of #1354AC
Black with #1354AC
Text Example
Text Example
White with #1354AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1354AC; }
p { color: rgb(19,84,172); }
H1.HeaderClassName
{
color: #1354AC;
}
.AnyTagClassName
{
color: #1354AC;
}
</style>
background-color css
<style>
a { background-color: #1354AC; }
a { background-color: rgb(19,84,172); }
div.DivClassName
{
background-color: #1354AC;
}
.BgClassName
{
background-color: #1354AC;
}
</style>
border-color css
<style>
span { border-color: #1354AC; }
span { border-color: rgb(19,84,172); }
td.TdClassName
{
border-color: #1354AC;
}
.TagClassName
{
border-color: #1354AC;
}
</style>