Shades of Denim #1B5EA8
Tints of Denim #1B5EA8
RGB
CMYK
RGB Variations
Color information
#1B5EA8 (or 0x1B5EA8) is known color: Denim. HEX triplet: 1B, 5E and A8. RGB value is (27,94,168). Sum of RGB (Red+Green+Blue) = 27+94+168=289 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.34% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 168 (66.02% from 255 or 58.13% from 289); Max value from RGB is 168 - color contains mainly: blue. Hex color #1B5EA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5EA8 is #E4A157. Grayscale: #525252. Windows color (decimal): -14983512 or 11034139. OLE color: 11034139.
HSL color Cylindrical-coordinate representation of color #1B5EA8: hue angle of 211.49º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B5EA8 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 27 | 94 | 168 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.34 |
| HSL | 211.49º | 0.72% | 0.38% | - |
| HSV(B) | 211.49º | 0.84% | 0.66% | - |
| XYZ | 11.52 | 11.07 | 38.57 | - |
| YUV | 82.4 | 176.3 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 94 | 168 | 0.84 | 0.44 | 0 | 0.34 | 211.49 | 0.72 | 0.38 |
| Hex | 1B | 5E | A8 | 54 | 2C | 0 | 22 | D3 | 48 | 26 |
| Octal | 33 | 136 | 250 | 124 | 54 | 0 | 42 | 323 | 110 | 46 |
| Binary | 11011 | 1011110 | 10101000 | 1010100 | 101100 | 0 | 100010 | 11010011 | 1001000 | 100110 |
Color Harmonies of #1B5EA8
Complementary color
Monochromatic Colors of #1B5EA8
Black with #1B5EA8
Text Example
Text Example
White with #1B5EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5EA8; }
p { color: rgb(27,94,168); }
H1.HeaderClassName
{
color: #1B5EA8;
}
.AnyTagClassName
{
color: #1B5EA8;
}
</style>
background-color css
<style>
a { background-color: #1B5EA8; }
a { background-color: rgb(27,94,168); }
div.DivClassName
{
background-color: #1B5EA8;
}
.BgClassName
{
background-color: #1B5EA8;
}
</style>
border-color css
<style>
span { border-color: #1B5EA8; }
span { border-color: rgb(27,94,168); }
td.TdClassName
{
border-color: #1B5EA8;
}
.TagClassName
{
border-color: #1B5EA8;
}
</style>