Shades of Denim #1F5DB3
Tints of Denim #1F5DB3
RGB
CMYK
RGB Variations
Color information
#1F5DB3 (or 0x1F5DB3) is known color: Denim. HEX triplet: 1F, 5D and B3. RGB value is (31,93,179). Sum of RGB (Red+Green+Blue) = 31+93+179=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 179 (70.31% from 255 or 59.08% from 303); Max value from RGB is 179 - color contains mainly: blue. Hex color #1F5DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5DB3 is #E0A24C. Grayscale: #535353. Windows color (decimal): -14721613 or 11754783. OLE color: 11754783.
HSL color Cylindrical-coordinate representation of color #1F5DB3: hue angle of 214.86º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F5DB3 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 93 | 179 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.30 |
| HSL | 214.86º | 0.7% | 0.41% | - |
| HSV(B) | 214.86º | 0.83% | 0.7% | - |
| XYZ | 12.62 | 11.37 | 44.18 | - |
| YUV | 84.27 | 181.46 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 93 | 179 | 0.83 | 0.48 | 0 | 0.30 | 214.86 | 0.7 | 0.41 |
| Hex | 1F | 5D | B3 | 53 | 30 | 0 | 1E | D7 | 46 | 29 |
| Octal | 37 | 135 | 263 | 123 | 60 | 0 | 36 | 327 | 106 | 51 |
| Binary | 11111 | 1011101 | 10110011 | 1010011 | 110000 | 0 | 11110 | 11010111 | 1000110 | 101001 |
Color Harmonies of #1F5DB3
Complementary color
Monochromatic Colors of #1F5DB3
Black with #1F5DB3
Text Example
Text Example
White with #1F5DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5DB3; }
p { color: rgb(31,93,179); }
H1.HeaderClassName
{
color: #1F5DB3;
}
.AnyTagClassName
{
color: #1F5DB3;
}
</style>
background-color css
<style>
a { background-color: #1F5DB3; }
a { background-color: rgb(31,93,179); }
div.DivClassName
{
background-color: #1F5DB3;
}
.BgClassName
{
background-color: #1F5DB3;
}
</style>
border-color css
<style>
span { border-color: #1F5DB3; }
span { border-color: rgb(31,93,179); }
td.TdClassName
{
border-color: #1F5DB3;
}
.TagClassName
{
border-color: #1F5DB3;
}
</style>