Shades of Denim #1B6CCE
Tints of Denim #1B6CCE
RGB
CMYK
RGB Variations
Color information
#1B6CCE (or 0x1B6CCE) is known color: Denim. HEX triplet: 1B, 6C and CE. RGB value is (27,108,206). Sum of RGB (Red+Green+Blue) = 27+108+206=341 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.92% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B6CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6CCE is #E49331. Grayscale: #5E5E5E. Windows color (decimal): -14979890 or 13528091. OLE color: 13528091.
HSL color Cylindrical-coordinate representation of color #1B6CCE: hue angle of 212.85º 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 #1B6CCE is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 108 | 206 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.19 |
| HSL | 212.85º | 0.77% | 0.46% | - |
| HSV(B) | 212.85º | 0.87% | 0.81% | - |
| XYZ | 16.96 | 15.41 | 60.47 | - |
| YUV | 94.95 | 190.66 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 108 | 206 | 0.87 | 0.48 | 0 | 0.19 | 212.85 | 0.77 | 0.46 |
| Hex | 1B | 6C | CE | 57 | 30 | 0 | 13 | D5 | 4D | 2E |
| Octal | 33 | 154 | 316 | 127 | 60 | 0 | 23 | 325 | 115 | 56 |
| Binary | 11011 | 1101100 | 11001110 | 1010111 | 110000 | 0 | 10011 | 11010101 | 1001101 | 101110 |
Color Harmonies of #1B6CCE
Complementary color
Monochromatic Colors of #1B6CCE
Black with #1B6CCE
Text Example
Text Example
White with #1B6CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6CCE; }
p { color: rgb(27,108,206); }
H1.HeaderClassName
{
color: #1B6CCE;
}
.AnyTagClassName
{
color: #1B6CCE;
}
</style>
background-color css
<style>
a { background-color: #1B6CCE; }
a { background-color: rgb(27,108,206); }
div.DivClassName
{
background-color: #1B6CCE;
}
.BgClassName
{
background-color: #1B6CCE;
}
</style>
border-color css
<style>
span { border-color: #1B6CCE; }
span { border-color: rgb(27,108,206); }
td.TdClassName
{
border-color: #1B6CCE;
}
.TagClassName
{
border-color: #1B6CCE;
}
</style>