Shades of Denim #1F76BD
Tints of Denim #1F76BD
RGB
CMYK
RGB Variations
Color information
#1F76BD (or 0x1F76BD) is known color: Denim. HEX triplet: 1F, 76 and BD. RGB value is (31,118,189). Sum of RGB (Red+Green+Blue) = 31+118+189=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #1F76BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F76BD is #E08942. Grayscale: #636363. Windows color (decimal): -14715203 or 12416543. OLE color: 12416543.
HSL color Cylindrical-coordinate representation of color #1F76BD: hue angle of 206.96º 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 #1F76BD is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 118 | 189 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.26 |
| HSL | 206.96º | 0.72% | 0.43% | - |
| HSV(B) | 206.96º | 0.84% | 0.74% | - |
| XYZ | 16.23 | 16.92 | 50.56 | - |
| YUV | 100.08 | 178.18 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 189 | 0.84 | 0.38 | 0 | 0.26 | 206.96 | 0.72 | 0.43 |
| Hex | 1F | 76 | BD | 54 | 26 | 0 | 1A | CF | 48 | 2B |
| Octal | 37 | 166 | 275 | 124 | 46 | 0 | 32 | 317 | 110 | 53 |
| Binary | 11111 | 1110110 | 10111101 | 1010100 | 100110 | 0 | 11010 | 11001111 | 1001000 | 101011 |
Color Harmonies of #1F76BD
Complementary color
Monochromatic Colors of #1F76BD
Black with #1F76BD
Text Example
Text Example
White with #1F76BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F76BD; }
p { color: rgb(31,118,189); }
H1.HeaderClassName
{
color: #1F76BD;
}
.AnyTagClassName
{
color: #1F76BD;
}
</style>
background-color css
<style>
a { background-color: #1F76BD; }
a { background-color: rgb(31,118,189); }
div.DivClassName
{
background-color: #1F76BD;
}
.BgClassName
{
background-color: #1F76BD;
}
</style>
border-color css
<style>
span { border-color: #1F76BD; }
span { border-color: rgb(31,118,189); }
td.TdClassName
{
border-color: #1F76BD;
}
.TagClassName
{
border-color: #1F76BD;
}
</style>