Shades of Denim #1354D9
Tints of Denim #1354D9
RGB
CMYK
RGB Variations
Color information
#1354D9 (or 0x1354D9) is known color: Denim. HEX triplet: 13, 54 and D9. RGB value is (19,84,217). Sum of RGB (Red+Green+Blue) = 19+84+217=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 217 (85.16% from 255 or 67.81% from 320); Max value from RGB is 217 - color contains mainly: blue. Hex color #1354D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1354D9 is #ECAB26. Grayscale: #4F4F4F. Windows color (decimal): -15510311 or 14242835. OLE color: 14242835.
HSL color Cylindrical-coordinate representation of color #1354D9: hue angle of 220.3º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1354D9 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 84 | 217 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.15 |
| HSL | 220.3º | 0.84% | 0.46% | - |
| HSV(B) | 220.3º | 0.91% | 0.85% | - |
| XYZ | 15.96 | 11.49 | 67.02 | - |
| YUV | 79.73 | 205.47 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 84 | 217 | 0.91 | 0.61 | 0 | 0.15 | 220.3 | 0.84 | 0.46 |
| Hex | 13 | 54 | D9 | 5B | 3D | 0 | F | DC | 54 | 2E |
| Octal | 23 | 124 | 331 | 133 | 75 | 0 | 17 | 334 | 124 | 56 |
| Binary | 10011 | 1010100 | 11011001 | 1011011 | 111101 | 0 | 1111 | 11011100 | 1010100 | 101110 |
Color Harmonies of #1354D9
Complementary color
Monochromatic Colors of #1354D9
Black with #1354D9
Text Example
Text Example
White with #1354D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1354D9; }
p { color: rgb(19,84,217); }
H1.HeaderClassName
{
color: #1354D9;
}
.AnyTagClassName
{
color: #1354D9;
}
</style>
background-color css
<style>
a { background-color: #1354D9; }
a { background-color: rgb(19,84,217); }
div.DivClassName
{
background-color: #1354D9;
}
.BgClassName
{
background-color: #1354D9;
}
</style>
border-color css
<style>
span { border-color: #1354D9; }
span { border-color: rgb(19,84,217); }
td.TdClassName
{
border-color: #1354D9;
}
.TagClassName
{
border-color: #1354D9;
}
</style>