Shades of Denim #1B54B7
Tints of Denim #1B54B7
RGB
CMYK
RGB Variations
Color information
#1B54B7 (or 0x1B54B7) is known color: Denim. HEX triplet: 1B, 54 and B7. RGB value is (27,84,183). Sum of RGB (Red+Green+Blue) = 27+84+183=294 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.18% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 183 (71.88% from 255 or 62.24% from 294); Max value from RGB is 183 - color contains mainly: blue. Hex color #1B54B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B54B7 is #E4AB48. Grayscale: #4D4D4D. Windows color (decimal): -14986057 or 12014619. OLE color: 12014619.
HSL color Cylindrical-coordinate representation of color #1B54B7: hue angle of 218.08º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B54B7 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 27 | 84 | 183 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.28 |
| HSL | 218.08º | 0.74% | 0.41% | - |
| HSV(B) | 218.08º | 0.85% | 0.72% | - |
| XYZ | 12.17 | 9.99 | 46.09 | - |
| YUV | 78.24 | 187.12 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 84 | 183 | 0.85 | 0.54 | 0 | 0.28 | 218.08 | 0.74 | 0.41 |
| Hex | 1B | 54 | B7 | 55 | 36 | 0 | 1C | DA | 4A | 29 |
| Octal | 33 | 124 | 267 | 125 | 66 | 0 | 34 | 332 | 112 | 51 |
| Binary | 11011 | 1010100 | 10110111 | 1010101 | 110110 | 0 | 11100 | 11011010 | 1001010 | 101001 |
Color Harmonies of #1B54B7
Complementary color
Monochromatic Colors of #1B54B7
Black with #1B54B7
Text Example
Text Example
White with #1B54B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B54B7; }
p { color: rgb(27,84,183); }
H1.HeaderClassName
{
color: #1B54B7;
}
.AnyTagClassName
{
color: #1B54B7;
}
</style>
background-color css
<style>
a { background-color: #1B54B7; }
a { background-color: rgb(27,84,183); }
div.DivClassName
{
background-color: #1B54B7;
}
.BgClassName
{
background-color: #1B54B7;
}
</style>
border-color css
<style>
span { border-color: #1B54B7; }
span { border-color: rgb(27,84,183); }
td.TdClassName
{
border-color: #1B54B7;
}
.TagClassName
{
border-color: #1B54B7;
}
</style>