Shades of Denim #1B7ACE
Tints of Denim #1B7ACE
RGB
CMYK
RGB Variations
Color information
#1B7ACE (or 0x1B7ACE) is known color: Denim. HEX triplet: 1B, 7A and CE. RGB value is (27,122,206). Sum of RGB (Red+Green+Blue) = 27+122+206=355 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.61% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B7ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7ACE is #E48531. Grayscale: #666666. Windows color (decimal): -14976306 or 13531675. OLE color: 13531675.
HSL color Cylindrical-coordinate representation of color #1B7ACE: hue angle of 208.16º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B7ACE is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 122 | 206 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.19 |
| HSL | 208.16º | 0.77% | 0.46% | - |
| HSV(B) | 208.16º | 0.87% | 0.81% | - |
| XYZ | 18.55 | 18.61 | 61.01 | - |
| YUV | 103.17 | 186.03 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 122 | 206 | 0.87 | 0.41 | 0 | 0.19 | 208.16 | 0.77 | 0.46 |
| Hex | 1B | 7A | CE | 57 | 29 | 0 | 13 | D0 | 4D | 2E |
| Octal | 33 | 172 | 316 | 127 | 51 | 0 | 23 | 320 | 115 | 56 |
| Binary | 11011 | 1111010 | 11001110 | 1010111 | 101001 | 0 | 10011 | 11010000 | 1001101 | 101110 |
Color Harmonies of #1B7ACE
Complementary color
Monochromatic Colors of #1B7ACE
Black with #1B7ACE
Text Example
Text Example
White with #1B7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7ACE; }
p { color: rgb(27,122,206); }
H1.HeaderClassName
{
color: #1B7ACE;
}
.AnyTagClassName
{
color: #1B7ACE;
}
</style>
background-color css
<style>
a { background-color: #1B7ACE; }
a { background-color: rgb(27,122,206); }
div.DivClassName
{
background-color: #1B7ACE;
}
.BgClassName
{
background-color: #1B7ACE;
}
</style>
border-color css
<style>
span { border-color: #1B7ACE; }
span { border-color: rgb(27,122,206); }
td.TdClassName
{
border-color: #1B7ACE;
}
.TagClassName
{
border-color: #1B7ACE;
}
</style>