Shades of Denim #1B5AB3
Tints of Denim #1B5AB3
RGB
CMYK
RGB Variations
Color information
#1B5AB3 (or 0x1B5AB3) is known color: Denim. HEX triplet: 1B, 5A and B3. RGB value is (27,90,179). Sum of RGB (Red+Green+Blue) = 27+90+179=296 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.12% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 179 (70.31% from 255 or 60.47% from 296); Max value from RGB is 179 - color contains mainly: blue. Hex color #1B5AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5AB3 is #E4A54C. Grayscale: #505050. Windows color (decimal): -14984525 or 11754011. OLE color: 11754011.
HSL color Cylindrical-coordinate representation of color #1B5AB3: hue angle of 215.13º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B5AB3 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 90 | 179 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.30 |
| HSL | 215.13º | 0.74% | 0.4% | - |
| HSV(B) | 215.13º | 0.85% | 0.7% | - |
| XYZ | 12.24 | 10.8 | 44.09 | - |
| YUV | 81.31 | 183.13 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 90 | 179 | 0.85 | 0.50 | 0 | 0.30 | 215.13 | 0.74 | 0.4 |
| Hex | 1B | 5A | B3 | 55 | 32 | 0 | 1E | D7 | 4A | 28 |
| Octal | 33 | 132 | 263 | 125 | 62 | 0 | 36 | 327 | 112 | 50 |
| Binary | 11011 | 1011010 | 10110011 | 1010101 | 110010 | 0 | 11110 | 11010111 | 1001010 | 101000 |
Color Harmonies of #1B5AB3
Complementary color
Monochromatic Colors of #1B5AB3
Black with #1B5AB3
Text Example
Text Example
White with #1B5AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5AB3; }
p { color: rgb(27,90,179); }
H1.HeaderClassName
{
color: #1B5AB3;
}
.AnyTagClassName
{
color: #1B5AB3;
}
</style>
background-color css
<style>
a { background-color: #1B5AB3; }
a { background-color: rgb(27,90,179); }
div.DivClassName
{
background-color: #1B5AB3;
}
.BgClassName
{
background-color: #1B5AB3;
}
</style>
border-color css
<style>
span { border-color: #1B5AB3; }
span { border-color: rgb(27,90,179); }
td.TdClassName
{
border-color: #1B5AB3;
}
.TagClassName
{
border-color: #1B5AB3;
}
</style>