Shades of Denim #1B7ACB
Tints of Denim #1B7ACB
RGB
CMYK
RGB Variations
Color information
#1B7ACB (or 0x1B7ACB) is known color: Denim. HEX triplet: 1B, 7A and CB. RGB value is (27,122,203). Sum of RGB (Red+Green+Blue) = 27+122+203=352 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.67% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #1B7ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7ACB is #E48534. Grayscale: #666666. Windows color (decimal): -14976309 or 13335067. OLE color: 13335067.
HSL color Cylindrical-coordinate representation of color #1B7ACB: hue angle of 207.61º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B7ACB is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 122 | 203 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.20 |
| HSL | 207.61º | 0.77% | 0.45% | - |
| HSV(B) | 207.61º | 0.87% | 0.8% | - |
| XYZ | 18.19 | 18.46 | 59.11 | - |
| YUV | 102.83 | 184.53 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 122 | 203 | 0.87 | 0.40 | 0 | 0.20 | 207.61 | 0.77 | 0.45 |
| Hex | 1B | 7A | CB | 57 | 28 | 0 | 14 | D0 | 4D | 2D |
| Octal | 33 | 172 | 313 | 127 | 50 | 0 | 24 | 320 | 115 | 55 |
| Binary | 11011 | 1111010 | 11001011 | 1010111 | 101000 | 0 | 10100 | 11010000 | 1001101 | 101101 |
Color Harmonies of #1B7ACB
Complementary color
Monochromatic Colors of #1B7ACB
Black with #1B7ACB
Text Example
Text Example
White with #1B7ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7ACB; }
p { color: rgb(27,122,203); }
H1.HeaderClassName
{
color: #1B7ACB;
}
.AnyTagClassName
{
color: #1B7ACB;
}
</style>
background-color css
<style>
a { background-color: #1B7ACB; }
a { background-color: rgb(27,122,203); }
div.DivClassName
{
background-color: #1B7ACB;
}
.BgClassName
{
background-color: #1B7ACB;
}
</style>
border-color css
<style>
span { border-color: #1B7ACB; }
span { border-color: rgb(27,122,203); }
td.TdClassName
{
border-color: #1B7ACB;
}
.TagClassName
{
border-color: #1B7ACB;
}
</style>