Shades of Denim #1F56B0
Tints of Denim #1F56B0
RGB
CMYK
RGB Variations
Color information
#1F56B0 (or 0x1F56B0) is known color: Denim. HEX triplet: 1F, 56 and B0. RGB value is (31,86,176). Sum of RGB (Red+Green+Blue) = 31+86+176=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 176 (69.14% from 255 or 60.07% from 293); Max value from RGB is 176 - color contains mainly: blue. Hex color #1F56B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F56B0 is #E0A94F. Grayscale: #4F4F4F. Windows color (decimal): -14723408 or 11556383. OLE color: 11556383.
HSL color Cylindrical-coordinate representation of color #1F56B0: hue angle of 217.24º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F56B0 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 86 | 176 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.31 |
| HSL | 217.24º | 0.7% | 0.41% | - |
| HSV(B) | 217.24º | 0.82% | 0.69% | - |
| XYZ | 11.73 | 10.08 | 42.4 | - |
| YUV | 79.82 | 182.28 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 86 | 176 | 0.82 | 0.51 | 0 | 0.31 | 217.24 | 0.7 | 0.41 |
| Hex | 1F | 56 | B0 | 52 | 33 | 0 | 1F | D9 | 46 | 29 |
| Octal | 37 | 126 | 260 | 122 | 63 | 0 | 37 | 331 | 106 | 51 |
| Binary | 11111 | 1010110 | 10110000 | 1010010 | 110011 | 0 | 11111 | 11011001 | 1000110 | 101001 |
Color Harmonies of #1F56B0
Complementary color
Monochromatic Colors of #1F56B0
Black with #1F56B0
Text Example
Text Example
White with #1F56B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F56B0; }
p { color: rgb(31,86,176); }
H1.HeaderClassName
{
color: #1F56B0;
}
.AnyTagClassName
{
color: #1F56B0;
}
</style>
background-color css
<style>
a { background-color: #1F56B0; }
a { background-color: rgb(31,86,176); }
div.DivClassName
{
background-color: #1F56B0;
}
.BgClassName
{
background-color: #1F56B0;
}
</style>
border-color css
<style>
span { border-color: #1F56B0; }
span { border-color: rgb(31,86,176); }
td.TdClassName
{
border-color: #1F56B0;
}
.TagClassName
{
border-color: #1F56B0;
}
</style>