Shades of Denim #1375BF
Tints of Denim #1375BF
RGB
CMYK
RGB Variations
Color information
#1375BF (or 0x1375BF) is known color: Denim. HEX triplet: 13, 75 and BF. RGB value is (19,117,191). Sum of RGB (Red+Green+Blue) = 19+117+191=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #1375BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1375BF is #EC8A40. Grayscale: #5F5F5F. Windows color (decimal): -15501889 or 12547347. OLE color: 12547347.
HSL color Cylindrical-coordinate representation of color #1375BF: hue angle of 205.81º 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 #1375BF is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 117 | 191 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.25 |
| HSL | 205.81º | 0.82% | 0.41% | - |
| HSV(B) | 205.81º | 0.9% | 0.75% | - |
| XYZ | 16.03 | 16.62 | 51.65 | - |
| YUV | 96.13 | 181.53 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 191 | 0.90 | 0.39 | 0 | 0.25 | 205.81 | 0.82 | 0.41 |
| Hex | 13 | 75 | BF | 5A | 27 | 0 | 19 | CE | 52 | 29 |
| Octal | 23 | 165 | 277 | 132 | 47 | 0 | 31 | 316 | 122 | 51 |
| Binary | 10011 | 1110101 | 10111111 | 1011010 | 100111 | 0 | 11001 | 11001110 | 1010010 | 101001 |
Color Harmonies of #1375BF
Complementary color
Monochromatic Colors of #1375BF
Black with #1375BF
Text Example
Text Example
White with #1375BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1375BF; }
p { color: rgb(19,117,191); }
H1.HeaderClassName
{
color: #1375BF;
}
.AnyTagClassName
{
color: #1375BF;
}
</style>
background-color css
<style>
a { background-color: #1375BF; }
a { background-color: rgb(19,117,191); }
div.DivClassName
{
background-color: #1375BF;
}
.BgClassName
{
background-color: #1375BF;
}
</style>
border-color css
<style>
span { border-color: #1375BF; }
span { border-color: rgb(19,117,191); }
td.TdClassName
{
border-color: #1375BF;
}
.TagClassName
{
border-color: #1375BF;
}
</style>