Shades of Denim #1F5BBB
Tints of Denim #1F5BBB
RGB
CMYK
RGB Variations
Color information
#1F5BBB (or 0x1F5BBB) is known color: Denim. HEX triplet: 1F, 5B and BB. RGB value is (31,91,187). Sum of RGB (Red+Green+Blue) = 31+91+187=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #1F5BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5BBB is #E0A444. Grayscale: #535353. Windows color (decimal): -14722117 or 12278559. OLE color: 12278559.
HSL color Cylindrical-coordinate representation of color #1F5BBB: hue angle of 216.92º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F5BBB is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 91 | 187 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.27 |
| HSL | 216.92º | 0.72% | 0.43% | - |
| HSV(B) | 216.92º | 0.83% | 0.73% | - |
| XYZ | 13.28 | 11.36 | 48.51 | - |
| YUV | 84 | 186.12 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 91 | 187 | 0.83 | 0.51 | 0 | 0.27 | 216.92 | 0.72 | 0.43 |
| Hex | 1F | 5B | BB | 53 | 33 | 0 | 1B | D9 | 48 | 2B |
| Octal | 37 | 133 | 273 | 123 | 63 | 0 | 33 | 331 | 110 | 53 |
| Binary | 11111 | 1011011 | 10111011 | 1010011 | 110011 | 0 | 11011 | 11011001 | 1001000 | 101011 |
Color Harmonies of #1F5BBB
Complementary color
Monochromatic Colors of #1F5BBB
Black with #1F5BBB
Text Example
Text Example
White with #1F5BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5BBB; }
p { color: rgb(31,91,187); }
H1.HeaderClassName
{
color: #1F5BBB;
}
.AnyTagClassName
{
color: #1F5BBB;
}
</style>
background-color css
<style>
a { background-color: #1F5BBB; }
a { background-color: rgb(31,91,187); }
div.DivClassName
{
background-color: #1F5BBB;
}
.BgClassName
{
background-color: #1F5BBB;
}
</style>
border-color css
<style>
span { border-color: #1F5BBB; }
span { border-color: rgb(31,91,187); }
td.TdClassName
{
border-color: #1F5BBB;
}
.TagClassName
{
border-color: #1F5BBB;
}
</style>