Shades of Denim #1B76BD
Tints of Denim #1B76BD
RGB
CMYK
RGB Variations
Color information
#1B76BD (or 0x1B76BD) is known color: Denim. HEX triplet: 1B, 76 and BD. RGB value is (27,118,189). Sum of RGB (Red+Green+Blue) = 27+118+189=334 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.08% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B76BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B76BD is #E48942. Grayscale: #626262. Windows color (decimal): -14977347 or 12416539. OLE color: 12416539.
HSL color Cylindrical-coordinate representation of color #1B76BD: hue angle of 206.3º 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 #1B76BD is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 118 | 189 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.26 |
| HSL | 206.3º | 0.75% | 0.42% | - |
| HSV(B) | 206.3º | 0.86% | 0.74% | - |
| XYZ | 16.12 | 16.86 | 50.55 | - |
| YUV | 98.89 | 178.85 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 118 | 189 | 0.86 | 0.38 | 0 | 0.26 | 206.3 | 0.75 | 0.42 |
| Hex | 1B | 76 | BD | 56 | 26 | 0 | 1A | CE | 4B | 2A |
| Octal | 33 | 166 | 275 | 126 | 46 | 0 | 32 | 316 | 113 | 52 |
| Binary | 11011 | 1110110 | 10111101 | 1010110 | 100110 | 0 | 11010 | 11001110 | 1001011 | 101010 |
Color Harmonies of #1B76BD
Complementary color
Monochromatic Colors of #1B76BD
Black with #1B76BD
Text Example
Text Example
White with #1B76BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B76BD; }
p { color: rgb(27,118,189); }
H1.HeaderClassName
{
color: #1B76BD;
}
.AnyTagClassName
{
color: #1B76BD;
}
</style>
background-color css
<style>
a { background-color: #1B76BD; }
a { background-color: rgb(27,118,189); }
div.DivClassName
{
background-color: #1B76BD;
}
.BgClassName
{
background-color: #1B76BD;
}
</style>
border-color css
<style>
span { border-color: #1B76BD; }
span { border-color: rgb(27,118,189); }
td.TdClassName
{
border-color: #1B76BD;
}
.TagClassName
{
border-color: #1B76BD;
}
</style>