Shades of Denim #1354BC
Tints of Denim #1354BC
RGB
CMYK
RGB Variations
Color information
#1354BC (or 0x1354BC) is known color: Denim. HEX triplet: 13, 54 and BC. RGB value is (19,84,188). Sum of RGB (Red+Green+Blue) = 19+84+188=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #1354BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1354BC is #ECAB43. Grayscale: #4B4B4B. Windows color (decimal): -15510340 or 12342291. OLE color: 12342291.
HSL color Cylindrical-coordinate representation of color #1354BC: hue angle of 216.92º 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 #1354BC is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 84 | 188 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.26 |
| HSL | 216.92º | 0.82% | 0.41% | - |
| HSV(B) | 216.92º | 0.9% | 0.74% | - |
| XYZ | 12.52 | 10.11 | 48.87 | - |
| YUV | 76.42 | 190.97 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 84 | 188 | 0.90 | 0.55 | 0 | 0.26 | 216.92 | 0.82 | 0.41 |
| Hex | 13 | 54 | BC | 5A | 37 | 0 | 1A | D9 | 52 | 29 |
| Octal | 23 | 124 | 274 | 132 | 67 | 0 | 32 | 331 | 122 | 51 |
| Binary | 10011 | 1010100 | 10111100 | 1011010 | 110111 | 0 | 11010 | 11011001 | 1010010 | 101001 |
Color Harmonies of #1354BC
Complementary color
Monochromatic Colors of #1354BC
Black with #1354BC
Text Example
Text Example
White with #1354BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1354BC; }
p { color: rgb(19,84,188); }
H1.HeaderClassName
{
color: #1354BC;
}
.AnyTagClassName
{
color: #1354BC;
}
</style>
background-color css
<style>
a { background-color: #1354BC; }
a { background-color: rgb(19,84,188); }
div.DivClassName
{
background-color: #1354BC;
}
.BgClassName
{
background-color: #1354BC;
}
</style>
border-color css
<style>
span { border-color: #1354BC; }
span { border-color: rgb(19,84,188); }
td.TdClassName
{
border-color: #1354BC;
}
.TagClassName
{
border-color: #1354BC;
}
</style>