Shades of Denim #1F72BC
Tints of Denim #1F72BC
RGB
CMYK
RGB Variations
Color information
#1F72BC (or 0x1F72BC) is known color: Denim. HEX triplet: 1F, 72 and BC. RGB value is (31,114,188). Sum of RGB (Red+Green+Blue) = 31+114+188=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F72BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F72BC is #E08D43. Grayscale: #616161. Windows color (decimal): -14716228 or 12349983. OLE color: 12349983.
HSL color Cylindrical-coordinate representation of color #1F72BC: hue angle of 208.28º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F72BC is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 114 | 188 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.26 |
| HSL | 208.28º | 0.72% | 0.43% | - |
| HSV(B) | 208.28º | 0.84% | 0.74% | - |
| XYZ | 15.66 | 15.96 | 49.83 | - |
| YUV | 97.62 | 179 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 114 | 188 | 0.84 | 0.39 | 0 | 0.26 | 208.28 | 0.72 | 0.43 |
| Hex | 1F | 72 | BC | 54 | 27 | 0 | 1A | D0 | 48 | 2B |
| Octal | 37 | 162 | 274 | 124 | 47 | 0 | 32 | 320 | 110 | 53 |
| Binary | 11111 | 1110010 | 10111100 | 1010100 | 100111 | 0 | 11010 | 11010000 | 1001000 | 101011 |
Color Harmonies of #1F72BC
Complementary color
Monochromatic Colors of #1F72BC
Black with #1F72BC
Text Example
Text Example
White with #1F72BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F72BC; }
p { color: rgb(31,114,188); }
H1.HeaderClassName
{
color: #1F72BC;
}
.AnyTagClassName
{
color: #1F72BC;
}
</style>
background-color css
<style>
a { background-color: #1F72BC; }
a { background-color: rgb(31,114,188); }
div.DivClassName
{
background-color: #1F72BC;
}
.BgClassName
{
background-color: #1F72BC;
}
</style>
border-color css
<style>
span { border-color: #1F72BC; }
span { border-color: rgb(31,114,188); }
td.TdClassName
{
border-color: #1F72BC;
}
.TagClassName
{
border-color: #1F72BC;
}
</style>