Shades of Denim #1B60BD
Tints of Denim #1B60BD
RGB
CMYK
RGB Variations
Color information
#1B60BD (or 0x1B60BD) is known color: Denim. HEX triplet: 1B, 60 and BD. RGB value is (27,96,189). Sum of RGB (Red+Green+Blue) = 27+96+189=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B60BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B60BD is #E49F42. Grayscale: #555555. Windows color (decimal): -14982979 or 12410907. OLE color: 12410907.
HSL color Cylindrical-coordinate representation of color #1B60BD: hue angle of 214.44º 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 #1B60BD is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 96 | 189 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.26 |
| HSL | 214.44º | 0.75% | 0.42% | - |
| HSV(B) | 214.44º | 0.86% | 0.74% | - |
| XYZ | 13.82 | 12.27 | 49.78 | - |
| YUV | 85.97 | 186.14 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 96 | 189 | 0.86 | 0.49 | 0 | 0.26 | 214.44 | 0.75 | 0.42 |
| Hex | 1B | 60 | BD | 56 | 31 | 0 | 1A | D6 | 4B | 2A |
| Octal | 33 | 140 | 275 | 126 | 61 | 0 | 32 | 326 | 113 | 52 |
| Binary | 11011 | 1100000 | 10111101 | 1010110 | 110001 | 0 | 11010 | 11010110 | 1001011 | 101010 |
Color Harmonies of #1B60BD
Complementary color
Monochromatic Colors of #1B60BD
Black with #1B60BD
Text Example
Text Example
White with #1B60BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B60BD; }
p { color: rgb(27,96,189); }
H1.HeaderClassName
{
color: #1B60BD;
}
.AnyTagClassName
{
color: #1B60BD;
}
</style>
background-color css
<style>
a { background-color: #1B60BD; }
a { background-color: rgb(27,96,189); }
div.DivClassName
{
background-color: #1B60BD;
}
.BgClassName
{
background-color: #1B60BD;
}
</style>
border-color css
<style>
span { border-color: #1B60BD; }
span { border-color: rgb(27,96,189); }
td.TdClassName
{
border-color: #1B60BD;
}
.TagClassName
{
border-color: #1B60BD;
}
</style>