Shades of Denim #1B6CCF
Tints of Denim #1B6CCF
RGB
CMYK
RGB Variations
Color information
#1B6CCF (or 0x1B6CCF) is known color: Denim. HEX triplet: 1B, 6C and CF. RGB value is (27,108,207). Sum of RGB (Red+Green+Blue) = 27+108+207=342 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.89% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #1B6CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6CCF is #E49330. Grayscale: #5E5E5E. Windows color (decimal): -14979889 or 13593627. OLE color: 13593627.
HSL color Cylindrical-coordinate representation of color #1B6CCF: hue angle of 213º 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 #1B6CCF is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 108 | 207 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.19 |
| HSL | 213º | 0.77% | 0.46% | - |
| HSV(B) | 213º | 0.87% | 0.81% | - |
| XYZ | 17.08 | 15.46 | 61.12 | - |
| YUV | 95.07 | 191.16 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 108 | 207 | 0.87 | 0.48 | 0 | 0.19 | 213 | 0.77 | 0.46 |
| Hex | 1B | 6C | CF | 57 | 30 | 0 | 13 | D5 | 4D | 2E |
| Octal | 33 | 154 | 317 | 127 | 60 | 0 | 23 | 325 | 115 | 56 |
| Binary | 11011 | 1101100 | 11001111 | 1010111 | 110000 | 0 | 10011 | 11010101 | 1001101 | 101110 |
Color Harmonies of #1B6CCF
Complementary color
Monochromatic Colors of #1B6CCF
Black with #1B6CCF
Text Example
Text Example
White with #1B6CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6CCF; }
p { color: rgb(27,108,207); }
H1.HeaderClassName
{
color: #1B6CCF;
}
.AnyTagClassName
{
color: #1B6CCF;
}
</style>
background-color css
<style>
a { background-color: #1B6CCF; }
a { background-color: rgb(27,108,207); }
div.DivClassName
{
background-color: #1B6CCF;
}
.BgClassName
{
background-color: #1B6CCF;
}
</style>
border-color css
<style>
span { border-color: #1B6CCF; }
span { border-color: rgb(27,108,207); }
td.TdClassName
{
border-color: #1B6CCF;
}
.TagClassName
{
border-color: #1B6CCF;
}
</style>