Shades of Denim #1B5ABC
Tints of Denim #1B5ABC
RGB
CMYK
RGB Variations
Color information
#1B5ABC (or 0x1B5ABC) is known color: Denim. HEX triplet: 1B, 5A and BC. RGB value is (27,90,188). Sum of RGB (Red+Green+Blue) = 27+90+188=305 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.85% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B5ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5ABC is #E4A543. Grayscale: #515151. Windows color (decimal): -14984516 or 12343835. OLE color: 12343835.
HSL color Cylindrical-coordinate representation of color #1B5ABC: hue angle of 216.52º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B5ABC is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 90 | 188 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.26 |
| HSL | 216.52º | 0.75% | 0.42% | - |
| HSV(B) | 216.52º | 0.86% | 0.74% | - |
| XYZ | 13.19 | 11.18 | 49.04 | - |
| YUV | 82.34 | 187.63 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 90 | 188 | 0.86 | 0.52 | 0 | 0.26 | 216.52 | 0.75 | 0.42 |
| Hex | 1B | 5A | BC | 56 | 34 | 0 | 1A | D9 | 4B | 2A |
| Octal | 33 | 132 | 274 | 126 | 64 | 0 | 32 | 331 | 113 | 52 |
| Binary | 11011 | 1011010 | 10111100 | 1010110 | 110100 | 0 | 11010 | 11011001 | 1001011 | 101010 |
Color Harmonies of #1B5ABC
Complementary color
Monochromatic Colors of #1B5ABC
Black with #1B5ABC
Text Example
Text Example
White with #1B5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5ABC; }
p { color: rgb(27,90,188); }
H1.HeaderClassName
{
color: #1B5ABC;
}
.AnyTagClassName
{
color: #1B5ABC;
}
</style>
background-color css
<style>
a { background-color: #1B5ABC; }
a { background-color: rgb(27,90,188); }
div.DivClassName
{
background-color: #1B5ABC;
}
.BgClassName
{
background-color: #1B5ABC;
}
</style>
border-color css
<style>
span { border-color: #1B5ABC; }
span { border-color: rgb(27,90,188); }
td.TdClassName
{
border-color: #1B5ABC;
}
.TagClassName
{
border-color: #1B5ABC;
}
</style>