Shades of Denim #1B5DBD
Tints of Denim #1B5DBD
RGB
CMYK
RGB Variations
Color information
#1B5DBD (or 0x1B5DBD) is known color: Denim. HEX triplet: 1B, 5D and BD. RGB value is (27,93,189). Sum of RGB (Red+Green+Blue) = 27+93+189=309 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.74% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B5DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5DBD is #E4A242. Grayscale: #535353. Windows color (decimal): -14983747 or 12410139. OLE color: 12410139.
HSL color Cylindrical-coordinate representation of color #1B5DBD: hue angle of 215.56º 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 #1B5DBD is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 93 | 189 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.26 |
| HSL | 215.56º | 0.75% | 0.42% | - |
| HSV(B) | 215.56º | 0.86% | 0.74% | - |
| XYZ | 13.55 | 11.74 | 49.7 | - |
| YUV | 84.21 | 187.13 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 93 | 189 | 0.86 | 0.51 | 0 | 0.26 | 215.56 | 0.75 | 0.42 |
| Hex | 1B | 5D | BD | 56 | 33 | 0 | 1A | D8 | 4B | 2A |
| Octal | 33 | 135 | 275 | 126 | 63 | 0 | 32 | 330 | 113 | 52 |
| Binary | 11011 | 1011101 | 10111101 | 1010110 | 110011 | 0 | 11010 | 11011000 | 1001011 | 101010 |
Color Harmonies of #1B5DBD
Complementary color
Monochromatic Colors of #1B5DBD
Black with #1B5DBD
Text Example
Text Example
White with #1B5DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5DBD; }
p { color: rgb(27,93,189); }
H1.HeaderClassName
{
color: #1B5DBD;
}
.AnyTagClassName
{
color: #1B5DBD;
}
</style>
background-color css
<style>
a { background-color: #1B5DBD; }
a { background-color: rgb(27,93,189); }
div.DivClassName
{
background-color: #1B5DBD;
}
.BgClassName
{
background-color: #1B5DBD;
}
</style>
border-color css
<style>
span { border-color: #1B5DBD; }
span { border-color: rgb(27,93,189); }
td.TdClassName
{
border-color: #1B5DBD;
}
.TagClassName
{
border-color: #1B5DBD;
}
</style>