Shades of Denim #1B5AD6
Tints of Denim #1B5AD6
RGB
CMYK
RGB Variations
Color information
#1B5AD6 (or 0x1B5AD6) is known color: Denim. HEX triplet: 1B, 5A and D6. RGB value is (27,90,214). Sum of RGB (Red+Green+Blue) = 27+90+214=331 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.16% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 214 (83.98% from 255 or 64.65% from 331); Max value from RGB is 214 - color contains mainly: blue. Hex color #1B5AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5AD6 is #E4A529. Grayscale: #545454. Windows color (decimal): -14984490 or 14047771. OLE color: 14047771.
HSL color Cylindrical-coordinate representation of color #1B5AD6: hue angle of 219.79º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B5AD6 is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 90 | 214 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.16 |
| HSL | 219.79º | 0.78% | 0.47% | - |
| HSV(B) | 219.79º | 0.87% | 0.84% | - |
| XYZ | 16.25 | 12.4 | 65.16 | - |
| YUV | 85.3 | 200.63 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 90 | 214 | 0.87 | 0.58 | 0 | 0.16 | 219.79 | 0.78 | 0.47 |
| Hex | 1B | 5A | D6 | 57 | 3A | 0 | 10 | DC | 4E | 2F |
| Octal | 33 | 132 | 326 | 127 | 72 | 0 | 20 | 334 | 116 | 57 |
| Binary | 11011 | 1011010 | 11010110 | 1010111 | 111010 | 0 | 10000 | 11011100 | 1001110 | 101111 |
Color Harmonies of #1B5AD6
Complementary color
Monochromatic Colors of #1B5AD6
Black with #1B5AD6
Text Example
Text Example
White with #1B5AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5AD6; }
p { color: rgb(27,90,214); }
H1.HeaderClassName
{
color: #1B5AD6;
}
.AnyTagClassName
{
color: #1B5AD6;
}
</style>
background-color css
<style>
a { background-color: #1B5AD6; }
a { background-color: rgb(27,90,214); }
div.DivClassName
{
background-color: #1B5AD6;
}
.BgClassName
{
background-color: #1B5AD6;
}
</style>
border-color css
<style>
span { border-color: #1B5AD6; }
span { border-color: rgb(27,90,214); }
td.TdClassName
{
border-color: #1B5AD6;
}
.TagClassName
{
border-color: #1B5AD6;
}
</style>