Shades of Denim #1B5BAA
Tints of Denim #1B5BAA
RGB
CMYK
RGB Variations
Color information
#1B5BAA (or 0x1B5BAA) is known color: Denim. HEX triplet: 1B, 5B and AA. RGB value is (27,91,170). Sum of RGB (Red+Green+Blue) = 27+91+170=288 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.38% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B5BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5BAA is #E4A455. Grayscale: #505050. Windows color (decimal): -14984278 or 11164443. OLE color: 11164443.
HSL color Cylindrical-coordinate representation of color #1B5BAA: hue angle of 213.15º 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 #1B5BAA is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 91 | 170 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.33 |
| HSL | 213.15º | 0.73% | 0.39% | - |
| HSV(B) | 213.15º | 0.84% | 0.67% | - |
| XYZ | 11.45 | 10.62 | 39.48 | - |
| YUV | 80.87 | 178.3 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 91 | 170 | 0.84 | 0.46 | 0 | 0.33 | 213.15 | 0.73 | 0.39 |
| Hex | 1B | 5B | AA | 54 | 2E | 0 | 21 | D5 | 49 | 27 |
| Octal | 33 | 133 | 252 | 124 | 56 | 0 | 41 | 325 | 111 | 47 |
| Binary | 11011 | 1011011 | 10101010 | 1010100 | 101110 | 0 | 100001 | 11010101 | 1001001 | 100111 |
Color Harmonies of #1B5BAA
Complementary color
Monochromatic Colors of #1B5BAA
Black with #1B5BAA
Text Example
Text Example
White with #1B5BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5BAA; }
p { color: rgb(27,91,170); }
H1.HeaderClassName
{
color: #1B5BAA;
}
.AnyTagClassName
{
color: #1B5BAA;
}
</style>
background-color css
<style>
a { background-color: #1B5BAA; }
a { background-color: rgb(27,91,170); }
div.DivClassName
{
background-color: #1B5BAA;
}
.BgClassName
{
background-color: #1B5BAA;
}
</style>
border-color css
<style>
span { border-color: #1B5BAA; }
span { border-color: rgb(27,91,170); }
td.TdClassName
{
border-color: #1B5BAA;
}
.TagClassName
{
border-color: #1B5BAA;
}
</style>