Shades of Denim #1350DA
Tints of Denim #1350DA
RGB
CMYK
RGB Variations
Color information
#1350DA (or 0x1350DA) is known color: Denim. HEX triplet: 13, 50 and DA. RGB value is (19,80,218). Sum of RGB (Red+Green+Blue) = 19+80+218=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #1350DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1350DA is #ECAF25. Grayscale: #4C4C4C. Windows color (decimal): -15511334 or 14307347. OLE color: 14307347.
HSL color Cylindrical-coordinate representation of color #1350DA: hue angle of 221.61º 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 #1350DA is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 80 | 218 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.15 |
| HSL | 221.61º | 0.84% | 0.46% | - |
| HSV(B) | 221.61º | 0.91% | 0.85% | - |
| XYZ | 15.79 | 10.94 | 67.61 | - |
| YUV | 77.49 | 207.29 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 218 | 0.91 | 0.63 | 0 | 0.15 | 221.61 | 0.84 | 0.46 |
| Hex | 13 | 50 | DA | 5B | 3F | 0 | F | DE | 54 | 2E |
| Octal | 23 | 120 | 332 | 133 | 77 | 0 | 17 | 336 | 124 | 56 |
| Binary | 10011 | 1010000 | 11011010 | 1011011 | 111111 | 0 | 1111 | 11011110 | 1010100 | 101110 |
Color Harmonies of #1350DA
Complementary color
Monochromatic Colors of #1350DA
Black with #1350DA
Text Example
Text Example
White with #1350DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1350DA; }
p { color: rgb(19,80,218); }
H1.HeaderClassName
{
color: #1350DA;
}
.AnyTagClassName
{
color: #1350DA;
}
</style>
background-color css
<style>
a { background-color: #1350DA; }
a { background-color: rgb(19,80,218); }
div.DivClassName
{
background-color: #1350DA;
}
.BgClassName
{
background-color: #1350DA;
}
</style>
border-color css
<style>
span { border-color: #1350DA; }
span { border-color: rgb(19,80,218); }
td.TdClassName
{
border-color: #1350DA;
}
.TagClassName
{
border-color: #1350DA;
}
</style>