Shades of Denim #1375BB
Tints of Denim #1375BB
RGB
CMYK
RGB Variations
Color information
#1375BB (or 0x1375BB) is known color: Denim. HEX triplet: 13, 75 and BB. RGB value is (19,117,187). Sum of RGB (Red+Green+Blue) = 19+117+187=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #1375BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1375BB is #EC8A44. Grayscale: #5F5F5F. Windows color (decimal): -15501893 or 12285203. OLE color: 12285203.
HSL color Cylindrical-coordinate representation of color #1375BB: hue angle of 205º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1375BB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 117 | 187 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.27 |
| HSL | 205º | 0.82% | 0.4% | - |
| HSV(B) | 205º | 0.9% | 0.73% | - |
| XYZ | 15.6 | 16.45 | 49.37 | - |
| YUV | 95.68 | 179.53 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 187 | 0.90 | 0.37 | 0 | 0.27 | 205 | 0.82 | 0.4 |
| Hex | 13 | 75 | BB | 5A | 25 | 0 | 1B | CD | 52 | 28 |
| Octal | 23 | 165 | 273 | 132 | 45 | 0 | 33 | 315 | 122 | 50 |
| Binary | 10011 | 1110101 | 10111011 | 1011010 | 100101 | 0 | 11011 | 11001101 | 1010010 | 101000 |
Color Harmonies of #1375BB
Complementary color
Monochromatic Colors of #1375BB
Black with #1375BB
Text Example
Text Example
White with #1375BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1375BB; }
p { color: rgb(19,117,187); }
H1.HeaderClassName
{
color: #1375BB;
}
.AnyTagClassName
{
color: #1375BB;
}
</style>
background-color css
<style>
a { background-color: #1375BB; }
a { background-color: rgb(19,117,187); }
div.DivClassName
{
background-color: #1375BB;
}
.BgClassName
{
background-color: #1375BB;
}
</style>
border-color css
<style>
span { border-color: #1375BB; }
span { border-color: rgb(19,117,187); }
td.TdClassName
{
border-color: #1375BB;
}
.TagClassName
{
border-color: #1375BB;
}
</style>