Shades of Denim #1B5CBD
Tints of Denim #1B5CBD
RGB
CMYK
RGB Variations
Color information
#1B5CBD (or 0x1B5CBD) is known color: Denim. HEX triplet: 1B, 5C and BD. RGB value is (27,92,189). Sum of RGB (Red+Green+Blue) = 27+92+189=308 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.77% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B5CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5CBD is #E4A342. Grayscale: #535353. Windows color (decimal): -14984003 or 12409883. OLE color: 12409883.
HSL color Cylindrical-coordinate representation of color #1B5CBD: hue angle of 215.93º 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 #1B5CBD is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 92 | 189 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.26 |
| HSL | 215.93º | 0.75% | 0.42% | - |
| HSV(B) | 215.93º | 0.86% | 0.74% | - |
| XYZ | 13.46 | 11.56 | 49.67 | - |
| YUV | 83.62 | 187.47 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 92 | 189 | 0.86 | 0.51 | 0 | 0.26 | 215.93 | 0.75 | 0.42 |
| Hex | 1B | 5C | BD | 56 | 33 | 0 | 1A | D8 | 4B | 2A |
| Octal | 33 | 134 | 275 | 126 | 63 | 0 | 32 | 330 | 113 | 52 |
| Binary | 11011 | 1011100 | 10111101 | 1010110 | 110011 | 0 | 11010 | 11011000 | 1001011 | 101010 |
Color Harmonies of #1B5CBD
Complementary color
Monochromatic Colors of #1B5CBD
Black with #1B5CBD
Text Example
Text Example
White with #1B5CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5CBD; }
p { color: rgb(27,92,189); }
H1.HeaderClassName
{
color: #1B5CBD;
}
.AnyTagClassName
{
color: #1B5CBD;
}
</style>
background-color css
<style>
a { background-color: #1B5CBD; }
a { background-color: rgb(27,92,189); }
div.DivClassName
{
background-color: #1B5CBD;
}
.BgClassName
{
background-color: #1B5CBD;
}
</style>
border-color css
<style>
span { border-color: #1B5CBD; }
span { border-color: rgb(27,92,189); }
td.TdClassName
{
border-color: #1B5CBD;
}
.TagClassName
{
border-color: #1B5CBD;
}
</style>