Shades of Denim #1376BF
Tints of Denim #1376BF
RGB
CMYK
RGB Variations
Color information
#1376BF (or 0x1376BF) is known color: Denim. HEX triplet: 13, 76 and BF. RGB value is (19,118,191). Sum of RGB (Red+Green+Blue) = 19+118+191=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #1376BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1376BF is #EC8940. Grayscale: #606060. Windows color (decimal): -15501633 or 12547603. OLE color: 12547603.
HSL color Cylindrical-coordinate representation of color #1376BF: hue angle of 205.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1376BF is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 118 | 191 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.25 |
| HSL | 205.47º | 0.82% | 0.41% | - |
| HSV(B) | 205.47º | 0.9% | 0.75% | - |
| XYZ | 16.15 | 16.86 | 51.69 | - |
| YUV | 96.72 | 181.2 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 118 | 191 | 0.90 | 0.38 | 0 | 0.25 | 205.47 | 0.82 | 0.41 |
| Hex | 13 | 76 | BF | 5A | 26 | 0 | 19 | CD | 52 | 29 |
| Octal | 23 | 166 | 277 | 132 | 46 | 0 | 31 | 315 | 122 | 51 |
| Binary | 10011 | 1110110 | 10111111 | 1011010 | 100110 | 0 | 11001 | 11001101 | 1010010 | 101001 |
Color Harmonies of #1376BF
Complementary color
Monochromatic Colors of #1376BF
Black with #1376BF
Text Example
Text Example
White with #1376BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1376BF; }
p { color: rgb(19,118,191); }
H1.HeaderClassName
{
color: #1376BF;
}
.AnyTagClassName
{
color: #1376BF;
}
</style>
background-color css
<style>
a { background-color: #1376BF; }
a { background-color: rgb(19,118,191); }
div.DivClassName
{
background-color: #1376BF;
}
.BgClassName
{
background-color: #1376BF;
}
</style>
border-color css
<style>
span { border-color: #1376BF; }
span { border-color: rgb(19,118,191); }
td.TdClassName
{
border-color: #1376BF;
}
.TagClassName
{
border-color: #1376BF;
}
</style>