Shades of Denim #1B5BAC
Tints of Denim #1B5BAC
RGB
CMYK
RGB Variations
Color information
#1B5BAC (or 0x1B5BAC) is known color: Denim. HEX triplet: 1B, 5B and AC. RGB value is (27,91,172). Sum of RGB (Red+Green+Blue) = 27+91+172=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B5BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5BAC is #E4A453. Grayscale: #505050. Windows color (decimal): -14984276 or 11295515. OLE color: 11295515.
HSL color Cylindrical-coordinate representation of color #1B5BAC: hue angle of 213.52º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B5BAC is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 91 | 172 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.33 |
| HSL | 213.52º | 0.73% | 0.39% | - |
| HSV(B) | 213.52º | 0.84% | 0.67% | - |
| XYZ | 11.64 | 10.69 | 40.48 | - |
| YUV | 81.1 | 179.3 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 91 | 172 | 0.84 | 0.47 | 0 | 0.33 | 213.52 | 0.73 | 0.39 |
| Hex | 1B | 5B | AC | 54 | 2F | 0 | 21 | D6 | 49 | 27 |
| Octal | 33 | 133 | 254 | 124 | 57 | 0 | 41 | 326 | 111 | 47 |
| Binary | 11011 | 1011011 | 10101100 | 1010100 | 101111 | 0 | 100001 | 11010110 | 1001001 | 100111 |
Color Harmonies of #1B5BAC
Complementary color
Monochromatic Colors of #1B5BAC
Black with #1B5BAC
Text Example
Text Example
White with #1B5BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5BAC; }
p { color: rgb(27,91,172); }
H1.HeaderClassName
{
color: #1B5BAC;
}
.AnyTagClassName
{
color: #1B5BAC;
}
</style>
background-color css
<style>
a { background-color: #1B5BAC; }
a { background-color: rgb(27,91,172); }
div.DivClassName
{
background-color: #1B5BAC;
}
.BgClassName
{
background-color: #1B5BAC;
}
</style>
border-color css
<style>
span { border-color: #1B5BAC; }
span { border-color: rgb(27,91,172); }
td.TdClassName
{
border-color: #1B5BAC;
}
.TagClassName
{
border-color: #1B5BAC;
}
</style>