Shades of Denim #1B6FCF
Tints of Denim #1B6FCF
RGB
CMYK
RGB Variations
Color information
#1B6FCF (or 0x1B6FCF) is known color: Denim. HEX triplet: 1B, 6F and CF. RGB value is (27,111,207). Sum of RGB (Red+Green+Blue) = 27+111+207=345 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.83% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #1B6FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6FCF is #E49030. Grayscale: #606060. Windows color (decimal): -14979121 or 13594395. OLE color: 13594395.
HSL color Cylindrical-coordinate representation of color #1B6FCF: hue angle of 212º 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 #1B6FCF is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 111 | 207 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.19 |
| HSL | 212º | 0.77% | 0.46% | - |
| HSV(B) | 212º | 0.87% | 0.81% | - |
| XYZ | 17.4 | 16.11 | 61.22 | - |
| YUV | 96.83 | 190.17 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 111 | 207 | 0.87 | 0.46 | 0 | 0.19 | 212 | 0.77 | 0.46 |
| Hex | 1B | 6F | CF | 57 | 2E | 0 | 13 | D4 | 4D | 2E |
| Octal | 33 | 157 | 317 | 127 | 56 | 0 | 23 | 324 | 115 | 56 |
| Binary | 11011 | 1101111 | 11001111 | 1010111 | 101110 | 0 | 10011 | 11010100 | 1001101 | 101110 |
Color Harmonies of #1B6FCF
Complementary color
Monochromatic Colors of #1B6FCF
Black with #1B6FCF
Text Example
Text Example
White with #1B6FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6FCF; }
p { color: rgb(27,111,207); }
H1.HeaderClassName
{
color: #1B6FCF;
}
.AnyTagClassName
{
color: #1B6FCF;
}
</style>
background-color css
<style>
a { background-color: #1B6FCF; }
a { background-color: rgb(27,111,207); }
div.DivClassName
{
background-color: #1B6FCF;
}
.BgClassName
{
background-color: #1B6FCF;
}
</style>
border-color css
<style>
span { border-color: #1B6FCF; }
span { border-color: rgb(27,111,207); }
td.TdClassName
{
border-color: #1B6FCF;
}
.TagClassName
{
border-color: #1B6FCF;
}
</style>