Shades of Denim #1B5DB7
Tints of Denim #1B5DB7
RGB
CMYK
RGB Variations
Color information
#1B5DB7 (or 0x1B5DB7) is known color: Denim. HEX triplet: 1B, 5D and B7. RGB value is (27,93,183). Sum of RGB (Red+Green+Blue) = 27+93+183=303 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.91% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 183 (71.88% from 255 or 60.40% from 303); Max value from RGB is 183 - color contains mainly: blue. Hex color #1B5DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5DB7 is #E4A248. Grayscale: #535353. Windows color (decimal): -14983753 or 12016923. OLE color: 12016923.
HSL color Cylindrical-coordinate representation of color #1B5DB7: hue angle of 214.62º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B5DB7 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 27 | 93 | 183 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.28 |
| HSL | 214.62º | 0.74% | 0.41% | - |
| HSV(B) | 214.62º | 0.85% | 0.72% | - |
| XYZ | 12.91 | 11.48 | 46.34 | - |
| YUV | 83.53 | 184.13 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 93 | 183 | 0.85 | 0.49 | 0 | 0.28 | 214.62 | 0.74 | 0.41 |
| Hex | 1B | 5D | B7 | 55 | 31 | 0 | 1C | D7 | 4A | 29 |
| Octal | 33 | 135 | 267 | 125 | 61 | 0 | 34 | 327 | 112 | 51 |
| Binary | 11011 | 1011101 | 10110111 | 1010101 | 110001 | 0 | 11100 | 11010111 | 1001010 | 101001 |
Color Harmonies of #1B5DB7
Complementary color
Monochromatic Colors of #1B5DB7
Black with #1B5DB7
Text Example
Text Example
White with #1B5DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5DB7; }
p { color: rgb(27,93,183); }
H1.HeaderClassName
{
color: #1B5DB7;
}
.AnyTagClassName
{
color: #1B5DB7;
}
</style>
background-color css
<style>
a { background-color: #1B5DB7; }
a { background-color: rgb(27,93,183); }
div.DivClassName
{
background-color: #1B5DB7;
}
.BgClassName
{
background-color: #1B5DB7;
}
</style>
border-color css
<style>
span { border-color: #1B5DB7; }
span { border-color: rgb(27,93,183); }
td.TdClassName
{
border-color: #1B5DB7;
}
.TagClassName
{
border-color: #1B5DB7;
}
</style>