Shades of Denim #1B5DBB
Tints of Denim #1B5DBB
RGB
CMYK
RGB Variations
Color information
#1B5DBB (or 0x1B5DBB) is known color: Denim. HEX triplet: 1B, 5D and BB. RGB value is (27,93,187). Sum of RGB (Red+Green+Blue) = 27+93+187=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B5DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5DBB is #E4A244. Grayscale: #535353. Windows color (decimal): -14983749 or 12279067. OLE color: 12279067.
HSL color Cylindrical-coordinate representation of color #1B5DBB: hue angle of 215.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B5DBB is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 93 | 187 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.27 |
| HSL | 215.25º | 0.75% | 0.42% | - |
| HSV(B) | 215.25º | 0.86% | 0.73% | - |
| XYZ | 13.34 | 11.65 | 48.56 | - |
| YUV | 83.98 | 186.13 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 93 | 187 | 0.86 | 0.50 | 0 | 0.27 | 215.25 | 0.75 | 0.42 |
| Hex | 1B | 5D | BB | 56 | 32 | 0 | 1B | D7 | 4B | 2A |
| Octal | 33 | 135 | 273 | 126 | 62 | 0 | 33 | 327 | 113 | 52 |
| Binary | 11011 | 1011101 | 10111011 | 1010110 | 110010 | 0 | 11011 | 11010111 | 1001011 | 101010 |
Color Harmonies of #1B5DBB
Complementary color
Monochromatic Colors of #1B5DBB
Black with #1B5DBB
Text Example
Text Example
White with #1B5DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5DBB; }
p { color: rgb(27,93,187); }
H1.HeaderClassName
{
color: #1B5DBB;
}
.AnyTagClassName
{
color: #1B5DBB;
}
</style>
background-color css
<style>
a { background-color: #1B5DBB; }
a { background-color: rgb(27,93,187); }
div.DivClassName
{
background-color: #1B5DBB;
}
.BgClassName
{
background-color: #1B5DBB;
}
</style>
border-color css
<style>
span { border-color: #1B5DBB; }
span { border-color: rgb(27,93,187); }
td.TdClassName
{
border-color: #1B5DBB;
}
.TagClassName
{
border-color: #1B5DBB;
}
</style>