Shades of Denim #1354AD
Tints of Denim #1354AD
RGB
CMYK
RGB Variations
Color information
#1354AD (or 0x1354AD) is known color: Denim. HEX triplet: 13, 54 and AD. RGB value is (19,84,173). Sum of RGB (Red+Green+Blue) = 19+84+173=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #1354AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1354AD is #ECAB52. Grayscale: #4A4A4A. Windows color (decimal): -15510355 or 11359251. OLE color: 11359251.
HSL color Cylindrical-coordinate representation of color #1354AD: hue angle of 214.68º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1354AD is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 84 | 173 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.32 |
| HSL | 214.68º | 0.8% | 0.38% | - |
| HSV(B) | 214.68º | 0.89% | 0.68% | - |
| XYZ | 10.98 | 9.5 | 40.79 | - |
| YUV | 74.71 | 183.47 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 84 | 173 | 0.89 | 0.51 | 0 | 0.32 | 214.68 | 0.8 | 0.38 |
| Hex | 13 | 54 | AD | 59 | 33 | 0 | 20 | D7 | 50 | 26 |
| Octal | 23 | 124 | 255 | 131 | 63 | 0 | 40 | 327 | 120 | 46 |
| Binary | 10011 | 1010100 | 10101101 | 1011001 | 110011 | 0 | 100000 | 11010111 | 1010000 | 100110 |
Color Harmonies of #1354AD
Complementary color
Monochromatic Colors of #1354AD
Black with #1354AD
Text Example
Text Example
White with #1354AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1354AD; }
p { color: rgb(19,84,173); }
H1.HeaderClassName
{
color: #1354AD;
}
.AnyTagClassName
{
color: #1354AD;
}
</style>
background-color css
<style>
a { background-color: #1354AD; }
a { background-color: rgb(19,84,173); }
div.DivClassName
{
background-color: #1354AD;
}
.BgClassName
{
background-color: #1354AD;
}
</style>
border-color css
<style>
span { border-color: #1354AD; }
span { border-color: rgb(19,84,173); }
td.TdClassName
{
border-color: #1354AD;
}
.TagClassName
{
border-color: #1354AD;
}
</style>