Shades of Denim #1B5EA4
Tints of Denim #1B5EA4
RGB
CMYK
RGB Variations
Color information
#1B5EA4 (or 0x1B5EA4) is known color: Denim. HEX triplet: 1B, 5E and A4. RGB value is (27,94,164). Sum of RGB (Red+Green+Blue) = 27+94+164=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 164 (64.45% from 255 or 57.54% from 285); Max value from RGB is 164 - color contains mainly: blue. Hex color #1B5EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5EA4 is #E4A15B. Grayscale: #515151. Windows color (decimal): -14983516 or 10771995. OLE color: 10771995.
HSL color Cylindrical-coordinate representation of color #1B5EA4: hue angle of 210.66º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B5EA4 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 94 | 164 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.36 |
| HSL | 210.66º | 0.72% | 0.37% | - |
| HSV(B) | 210.66º | 0.84% | 0.64% | - |
| XYZ | 11.16 | 10.92 | 36.64 | - |
| YUV | 81.95 | 174.3 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 94 | 164 | 0.84 | 0.43 | 0 | 0.36 | 210.66 | 0.72 | 0.37 |
| Hex | 1B | 5E | A4 | 54 | 2B | 0 | 24 | D3 | 48 | 25 |
| Octal | 33 | 136 | 244 | 124 | 53 | 0 | 44 | 323 | 110 | 45 |
| Binary | 11011 | 1011110 | 10100100 | 1010100 | 101011 | 0 | 100100 | 11010011 | 1001000 | 100101 |
Color Harmonies of #1B5EA4
Complementary color
Monochromatic Colors of #1B5EA4
Black with #1B5EA4
Text Example
Text Example
White with #1B5EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5EA4; }
p { color: rgb(27,94,164); }
H1.HeaderClassName
{
color: #1B5EA4;
}
.AnyTagClassName
{
color: #1B5EA4;
}
</style>
background-color css
<style>
a { background-color: #1B5EA4; }
a { background-color: rgb(27,94,164); }
div.DivClassName
{
background-color: #1B5EA4;
}
.BgClassName
{
background-color: #1B5EA4;
}
</style>
border-color css
<style>
span { border-color: #1B5EA4; }
span { border-color: rgb(27,94,164); }
td.TdClassName
{
border-color: #1B5EA4;
}
.TagClassName
{
border-color: #1B5EA4;
}
</style>