Shades of Denim #1B69C4
Tints of Denim #1B69C4
RGB
CMYK
RGB Variations
Color information
#1B69C4 (or 0x1B69C4) is known color: Denim. HEX triplet: 1B, 69 and C4. RGB value is (27,105,196). Sum of RGB (Red+Green+Blue) = 27+105+196=328 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.23% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 196 (76.95% from 255 or 59.76% from 328); Max value from RGB is 196 - color contains mainly: blue. Hex color #1B69C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B69C4 is #E4963B. Grayscale: #5B5B5B. Windows color (decimal): -14980668 or 12871963. OLE color: 12871963.
HSL color Cylindrical-coordinate representation of color #1B69C4: hue angle of 212.31º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B69C4 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 105 | 196 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.23 |
| HSL | 212.31º | 0.76% | 0.44% | - |
| HSV(B) | 212.31º | 0.86% | 0.77% | - |
| XYZ | 15.47 | 14.32 | 54.17 | - |
| YUV | 92.05 | 186.66 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 105 | 196 | 0.86 | 0.46 | 0 | 0.23 | 212.31 | 0.76 | 0.44 |
| Hex | 1B | 69 | C4 | 56 | 2E | 0 | 17 | D4 | 4C | 2C |
| Octal | 33 | 151 | 304 | 126 | 56 | 0 | 27 | 324 | 114 | 54 |
| Binary | 11011 | 1101001 | 11000100 | 1010110 | 101110 | 0 | 10111 | 11010100 | 1001100 | 101100 |
Color Harmonies of #1B69C4
Complementary color
Monochromatic Colors of #1B69C4
Black with #1B69C4
Text Example
Text Example
White with #1B69C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B69C4; }
p { color: rgb(27,105,196); }
H1.HeaderClassName
{
color: #1B69C4;
}
.AnyTagClassName
{
color: #1B69C4;
}
</style>
background-color css
<style>
a { background-color: #1B69C4; }
a { background-color: rgb(27,105,196); }
div.DivClassName
{
background-color: #1B69C4;
}
.BgClassName
{
background-color: #1B69C4;
}
</style>
border-color css
<style>
span { border-color: #1B69C4; }
span { border-color: rgb(27,105,196); }
td.TdClassName
{
border-color: #1B69C4;
}
.TagClassName
{
border-color: #1B69C4;
}
</style>