Shades of Denim #1B6FCD
Tints of Denim #1B6FCD
RGB
CMYK
RGB Variations
Color information
#1B6FCD (or 0x1B6FCD) is known color: Denim. HEX triplet: 1B, 6F and CD. RGB value is (27,111,205). Sum of RGB (Red+Green+Blue) = 27+111+205=343 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.87% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #1B6FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6FCD is #E49032. Grayscale: #606060. Windows color (decimal): -14979123 or 13463323. OLE color: 13463323.
HSL color Cylindrical-coordinate representation of color #1B6FCD: hue angle of 211.69º 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 #1B6FCD is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 111 | 205 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.20 |
| HSL | 211.69º | 0.77% | 0.45% | - |
| HSV(B) | 211.69º | 0.87% | 0.8% | - |
| XYZ | 17.16 | 16.01 | 59.94 | - |
| YUV | 96.6 | 189.17 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 111 | 205 | 0.87 | 0.46 | 0 | 0.20 | 211.69 | 0.77 | 0.45 |
| Hex | 1B | 6F | CD | 57 | 2E | 0 | 14 | D4 | 4D | 2D |
| Octal | 33 | 157 | 315 | 127 | 56 | 0 | 24 | 324 | 115 | 55 |
| Binary | 11011 | 1101111 | 11001101 | 1010111 | 101110 | 0 | 10100 | 11010100 | 1001101 | 101101 |
Color Harmonies of #1B6FCD
Complementary color
Monochromatic Colors of #1B6FCD
Black with #1B6FCD
Text Example
Text Example
White with #1B6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6FCD; }
p { color: rgb(27,111,205); }
H1.HeaderClassName
{
color: #1B6FCD;
}
.AnyTagClassName
{
color: #1B6FCD;
}
</style>
background-color css
<style>
a { background-color: #1B6FCD; }
a { background-color: rgb(27,111,205); }
div.DivClassName
{
background-color: #1B6FCD;
}
.BgClassName
{
background-color: #1B6FCD;
}
</style>
border-color css
<style>
span { border-color: #1B6FCD; }
span { border-color: rgb(27,111,205); }
td.TdClassName
{
border-color: #1B6FCD;
}
.TagClassName
{
border-color: #1B6FCD;
}
</style>