Shades of Denim #1F5BBF
Tints of Denim #1F5BBF
RGB
CMYK
RGB Variations
Color information
#1F5BBF (or 0x1F5BBF) is known color: Denim. HEX triplet: 1F, 5B and BF. RGB value is (31,91,191). Sum of RGB (Red+Green+Blue) = 31+91+191=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F5BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5BBF is #E0A440. Grayscale: #545454. Windows color (decimal): -14722113 or 12540703. OLE color: 12540703.
HSL color Cylindrical-coordinate representation of color #1F5BBF: hue angle of 217.5º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F5BBF is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 91 | 191 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.25 |
| HSL | 217.5º | 0.72% | 0.44% | - |
| HSV(B) | 217.5º | 0.84% | 0.75% | - |
| XYZ | 13.71 | 11.54 | 50.79 | - |
| YUV | 84.46 | 188.12 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 91 | 191 | 0.84 | 0.52 | 0 | 0.25 | 217.5 | 0.72 | 0.44 |
| Hex | 1F | 5B | BF | 54 | 34 | 0 | 19 | DA | 48 | 2C |
| Octal | 37 | 133 | 277 | 124 | 64 | 0 | 31 | 332 | 110 | 54 |
| Binary | 11111 | 1011011 | 10111111 | 1010100 | 110100 | 0 | 11001 | 11011010 | 1001000 | 101100 |
Color Harmonies of #1F5BBF
Complementary color
Monochromatic Colors of #1F5BBF
Black with #1F5BBF
Text Example
Text Example
White with #1F5BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5BBF; }
p { color: rgb(31,91,191); }
H1.HeaderClassName
{
color: #1F5BBF;
}
.AnyTagClassName
{
color: #1F5BBF;
}
</style>
background-color css
<style>
a { background-color: #1F5BBF; }
a { background-color: rgb(31,91,191); }
div.DivClassName
{
background-color: #1F5BBF;
}
.BgClassName
{
background-color: #1F5BBF;
}
</style>
border-color css
<style>
span { border-color: #1F5BBF; }
span { border-color: rgb(31,91,191); }
td.TdClassName
{
border-color: #1F5BBF;
}
.TagClassName
{
border-color: #1F5BBF;
}
</style>