Shades of Denim #1B73B7
Tints of Denim #1B73B7
RGB
CMYK
RGB Variations
Color information
#1B73B7 (or 0x1B73B7) is known color: Denim. HEX triplet: 1B, 73 and B7. RGB value is (27,115,183). Sum of RGB (Red+Green+Blue) = 27+115+183=325 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.31% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 183 (71.88% from 255 or 56.31% from 325); Max value from RGB is 183 - color contains mainly: blue. Hex color #1B73B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B73B7 is #E48C48. Grayscale: #606060. Windows color (decimal): -14978121 or 12022555. OLE color: 12022555.
HSL color Cylindrical-coordinate representation of color #1B73B7: hue angle of 206.15º 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 #1B73B7 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 27 | 115 | 183 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.28 |
| HSL | 206.15º | 0.74% | 0.41% | - |
| HSV(B) | 206.15º | 0.85% | 0.72% | - |
| XYZ | 15.13 | 15.91 | 47.07 | - |
| YUV | 96.44 | 176.85 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 115 | 183 | 0.85 | 0.37 | 0 | 0.28 | 206.15 | 0.74 | 0.41 |
| Hex | 1B | 73 | B7 | 55 | 25 | 0 | 1C | CE | 4A | 29 |
| Octal | 33 | 163 | 267 | 125 | 45 | 0 | 34 | 316 | 112 | 51 |
| Binary | 11011 | 1110011 | 10110111 | 1010101 | 100101 | 0 | 11100 | 11001110 | 1001010 | 101001 |
Color Harmonies of #1B73B7
Complementary color
Monochromatic Colors of #1B73B7
Black with #1B73B7
Text Example
Text Example
White with #1B73B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B73B7; }
p { color: rgb(27,115,183); }
H1.HeaderClassName
{
color: #1B73B7;
}
.AnyTagClassName
{
color: #1B73B7;
}
</style>
background-color css
<style>
a { background-color: #1B73B7; }
a { background-color: rgb(27,115,183); }
div.DivClassName
{
background-color: #1B73B7;
}
.BgClassName
{
background-color: #1B73B7;
}
</style>
border-color css
<style>
span { border-color: #1B73B7; }
span { border-color: rgb(27,115,183); }
td.TdClassName
{
border-color: #1B73B7;
}
.TagClassName
{
border-color: #1B73B7;
}
</style>