Shades of Denim #1352BF
Tints of Denim #1352BF
RGB
CMYK
RGB Variations
Color information
#1352BF (or 0x1352BF) is known color: Denim. HEX triplet: 13, 52 and BF. RGB value is (19,82,191). Sum of RGB (Red+Green+Blue) = 19+82+191=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #1352BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1352BF is #ECAD40. Grayscale: #4B4B4B. Windows color (decimal): -15510849 or 12538387. OLE color: 12538387.
HSL color Cylindrical-coordinate representation of color #1352BF: hue angle of 218.02º 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 #1352BF is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 82 | 191 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.25 |
| HSL | 218.02º | 0.82% | 0.41% | - |
| HSV(B) | 218.02º | 0.9% | 0.75% | - |
| XYZ | 12.69 | 9.93 | 50.54 | - |
| YUV | 75.59 | 193.13 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 191 | 0.90 | 0.57 | 0 | 0.25 | 218.02 | 0.82 | 0.41 |
| Hex | 13 | 52 | BF | 5A | 39 | 0 | 19 | DA | 52 | 29 |
| Octal | 23 | 122 | 277 | 132 | 71 | 0 | 31 | 332 | 122 | 51 |
| Binary | 10011 | 1010010 | 10111111 | 1011010 | 111001 | 0 | 11001 | 11011010 | 1010010 | 101001 |
Color Harmonies of #1352BF
Complementary color
Monochromatic Colors of #1352BF
Black with #1352BF
Text Example
Text Example
White with #1352BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1352BF; }
p { color: rgb(19,82,191); }
H1.HeaderClassName
{
color: #1352BF;
}
.AnyTagClassName
{
color: #1352BF;
}
</style>
background-color css
<style>
a { background-color: #1352BF; }
a { background-color: rgb(19,82,191); }
div.DivClassName
{
background-color: #1352BF;
}
.BgClassName
{
background-color: #1352BF;
}
</style>
border-color css
<style>
span { border-color: #1352BF; }
span { border-color: rgb(19,82,191); }
td.TdClassName
{
border-color: #1352BF;
}
.TagClassName
{
border-color: #1352BF;
}
</style>