Shades of Denim #1F55AB
Tints of Denim #1F55AB
RGB
CMYK
RGB Variations
Color information
#1F55AB (or 0x1F55AB) is known color: Denim. HEX triplet: 1F, 55 and AB. RGB value is (31,85,171). Sum of RGB (Red+Green+Blue) = 31+85+171=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F55AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F55AB is #E0AA54. Grayscale: #4E4E4E. Windows color (decimal): -14723669 or 11228447. OLE color: 11228447.
HSL color Cylindrical-coordinate representation of color #1F55AB: hue angle of 216.86º 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 #1F55AB is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 85 | 171 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.33 |
| HSL | 216.86º | 0.69% | 0.4% | - |
| HSV(B) | 216.86º | 0.82% | 0.67% | - |
| XYZ | 11.16 | 9.73 | 39.82 | - |
| YUV | 78.66 | 180.11 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 171 | 0.82 | 0.50 | 0 | 0.33 | 216.86 | 0.69 | 0.4 |
| Hex | 1F | 55 | AB | 52 | 32 | 0 | 21 | D9 | 45 | 28 |
| Octal | 37 | 125 | 253 | 122 | 62 | 0 | 41 | 331 | 105 | 50 |
| Binary | 11111 | 1010101 | 10101011 | 1010010 | 110010 | 0 | 100001 | 11011001 | 1000101 | 101000 |
Color Harmonies of #1F55AB
Complementary color
Monochromatic Colors of #1F55AB
Black with #1F55AB
Text Example
Text Example
White with #1F55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F55AB; }
p { color: rgb(31,85,171); }
H1.HeaderClassName
{
color: #1F55AB;
}
.AnyTagClassName
{
color: #1F55AB;
}
</style>
background-color css
<style>
a { background-color: #1F55AB; }
a { background-color: rgb(31,85,171); }
div.DivClassName
{
background-color: #1F55AB;
}
.BgClassName
{
background-color: #1F55AB;
}
</style>
border-color css
<style>
span { border-color: #1F55AB; }
span { border-color: rgb(31,85,171); }
td.TdClassName
{
border-color: #1F55AB;
}
.TagClassName
{
border-color: #1F55AB;
}
</style>