Shades of Denim #1F61AB
Tints of Denim #1F61AB
RGB
CMYK
RGB Variations
Color information
#1F61AB (or 0x1F61AB) is known color: Denim. HEX triplet: 1F, 61 and AB. RGB value is (31,97,171). Sum of RGB (Red+Green+Blue) = 31+97+171=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F61AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F61AB is #E09E54. Grayscale: #555555. Windows color (decimal): -14720597 or 11231519. OLE color: 11231519.
HSL color Cylindrical-coordinate representation of color #1F61AB: hue angle of 211.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F61AB is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 97 | 171 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.33 |
| HSL | 211.71º | 0.69% | 0.4% | - |
| HSV(B) | 211.71º | 0.82% | 0.67% | - |
| XYZ | 12.19 | 11.78 | 40.16 | - |
| YUV | 85.7 | 176.13 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 97 | 171 | 0.82 | 0.43 | 0 | 0.33 | 211.71 | 0.69 | 0.4 |
| Hex | 1F | 61 | AB | 52 | 2B | 0 | 21 | D4 | 45 | 28 |
| Octal | 37 | 141 | 253 | 122 | 53 | 0 | 41 | 324 | 105 | 50 |
| Binary | 11111 | 1100001 | 10101011 | 1010010 | 101011 | 0 | 100001 | 11010100 | 1000101 | 101000 |
Color Harmonies of #1F61AB
Complementary color
Monochromatic Colors of #1F61AB
Black with #1F61AB
Text Example
Text Example
White with #1F61AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F61AB; }
p { color: rgb(31,97,171); }
H1.HeaderClassName
{
color: #1F61AB;
}
.AnyTagClassName
{
color: #1F61AB;
}
</style>
background-color css
<style>
a { background-color: #1F61AB; }
a { background-color: rgb(31,97,171); }
div.DivClassName
{
background-color: #1F61AB;
}
.BgClassName
{
background-color: #1F61AB;
}
</style>
border-color css
<style>
span { border-color: #1F61AB; }
span { border-color: rgb(31,97,171); }
td.TdClassName
{
border-color: #1F61AB;
}
.TagClassName
{
border-color: #1F61AB;
}
</style>