Shades of Denim #1379BD
Tints of Denim #1379BD
RGB
CMYK
RGB Variations
Color information
#1379BD (or 0x1379BD) is known color: Denim. HEX triplet: 13, 79 and BD. RGB value is (19,121,189). Sum of RGB (Red+Green+Blue) = 19+121+189=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #1379BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1379BD is #EC8642. Grayscale: #616161. Windows color (decimal): -15500867 or 12417299. OLE color: 12417299.
HSL color Cylindrical-coordinate representation of color #1379BD: hue angle of 204º 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 #1379BD is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 121 | 189 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.26 |
| HSL | 204º | 0.82% | 0.41% | - |
| HSV(B) | 204º | 0.9% | 0.74% | - |
| XYZ | 16.29 | 17.49 | 50.66 | - |
| YUV | 98.25 | 179.21 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 121 | 189 | 0.90 | 0.36 | 0 | 0.26 | 204 | 0.82 | 0.41 |
| Hex | 13 | 79 | BD | 5A | 24 | 0 | 1A | CC | 52 | 29 |
| Octal | 23 | 171 | 275 | 132 | 44 | 0 | 32 | 314 | 122 | 51 |
| Binary | 10011 | 1111001 | 10111101 | 1011010 | 100100 | 0 | 11010 | 11001100 | 1010010 | 101001 |
Color Harmonies of #1379BD
Complementary color
Monochromatic Colors of #1379BD
Black with #1379BD
Text Example
Text Example
White with #1379BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1379BD; }
p { color: rgb(19,121,189); }
H1.HeaderClassName
{
color: #1379BD;
}
.AnyTagClassName
{
color: #1379BD;
}
</style>
background-color css
<style>
a { background-color: #1379BD; }
a { background-color: rgb(19,121,189); }
div.DivClassName
{
background-color: #1379BD;
}
.BgClassName
{
background-color: #1379BD;
}
</style>
border-color css
<style>
span { border-color: #1379BD; }
span { border-color: rgb(19,121,189); }
td.TdClassName
{
border-color: #1379BD;
}
.TagClassName
{
border-color: #1379BD;
}
</style>