Shades of Denim #1350BD
Tints of Denim #1350BD
RGB
CMYK
RGB Variations
Color information
#1350BD (or 0x1350BD) is known color: Denim. HEX triplet: 13, 50 and BD. RGB value is (19,80,189). Sum of RGB (Red+Green+Blue) = 19+80+189=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #1350BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1350BD is #ECAF42. Grayscale: #494949. Windows color (decimal): -15511363 or 12406803. OLE color: 12406803.
HSL color Cylindrical-coordinate representation of color #1350BD: hue angle of 218.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1350BD is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 80 | 189 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.26 |
| HSL | 218.47º | 0.82% | 0.41% | - |
| HSV(B) | 218.47º | 0.9% | 0.74% | - |
| XYZ | 12.32 | 9.55 | 49.34 | - |
| YUV | 74.19 | 192.79 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 189 | 0.90 | 0.58 | 0 | 0.26 | 218.47 | 0.82 | 0.41 |
| Hex | 13 | 50 | BD | 5A | 3A | 0 | 1A | DA | 52 | 29 |
| Octal | 23 | 120 | 275 | 132 | 72 | 0 | 32 | 332 | 122 | 51 |
| Binary | 10011 | 1010000 | 10111101 | 1011010 | 111010 | 0 | 11010 | 11011010 | 1010010 | 101001 |
Color Harmonies of #1350BD
Complementary color
Monochromatic Colors of #1350BD
Black with #1350BD
Text Example
Text Example
White with #1350BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1350BD; }
p { color: rgb(19,80,189); }
H1.HeaderClassName
{
color: #1350BD;
}
.AnyTagClassName
{
color: #1350BD;
}
</style>
background-color css
<style>
a { background-color: #1350BD; }
a { background-color: rgb(19,80,189); }
div.DivClassName
{
background-color: #1350BD;
}
.BgClassName
{
background-color: #1350BD;
}
</style>
border-color css
<style>
span { border-color: #1350BD; }
span { border-color: rgb(19,80,189); }
td.TdClassName
{
border-color: #1350BD;
}
.TagClassName
{
border-color: #1350BD;
}
</style>