Shades of Denim #1F5FBF
Tints of Denim #1F5FBF
RGB
CMYK
RGB Variations
Color information
#1F5FBF (or 0x1F5FBF) is known color: Denim. HEX triplet: 1F, 5F and BF. RGB value is (31,95,191). Sum of RGB (Red+Green+Blue) = 31+95+191=317 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.78% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F5FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5FBF is #E0A040. Grayscale: #565656. Windows color (decimal): -14721089 or 12541727. OLE color: 12541727.
HSL color Cylindrical-coordinate representation of color #1F5FBF: hue angle of 216º 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 #1F5FBF is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 95 | 191 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.25 |
| HSL | 216º | 0.72% | 0.44% | - |
| HSV(B) | 216º | 0.84% | 0.75% | - |
| XYZ | 14.06 | 12.24 | 50.91 | - |
| YUV | 86.81 | 186.8 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 191 | 0.84 | 0.50 | 0 | 0.25 | 216 | 0.72 | 0.44 |
| Hex | 1F | 5F | BF | 54 | 32 | 0 | 19 | D8 | 48 | 2C |
| Octal | 37 | 137 | 277 | 124 | 62 | 0 | 31 | 330 | 110 | 54 |
| Binary | 11111 | 1011111 | 10111111 | 1010100 | 110010 | 0 | 11001 | 11011000 | 1001000 | 101100 |
Color Harmonies of #1F5FBF
Complementary color
Monochromatic Colors of #1F5FBF
Black with #1F5FBF
Text Example
Text Example
White with #1F5FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5FBF; }
p { color: rgb(31,95,191); }
H1.HeaderClassName
{
color: #1F5FBF;
}
.AnyTagClassName
{
color: #1F5FBF;
}
</style>
background-color css
<style>
a { background-color: #1F5FBF; }
a { background-color: rgb(31,95,191); }
div.DivClassName
{
background-color: #1F5FBF;
}
.BgClassName
{
background-color: #1F5FBF;
}
</style>
border-color css
<style>
span { border-color: #1F5FBF; }
span { border-color: rgb(31,95,191); }
td.TdClassName
{
border-color: #1F5FBF;
}
.TagClassName
{
border-color: #1F5FBF;
}
</style>