Shades of Denim #1B65D6
Tints of Denim #1B65D6
RGB
CMYK
RGB Variations
Color information
#1B65D6 (or 0x1B65D6) is known color: Denim. HEX triplet: 1B, 65 and D6. RGB value is (27,101,214). Sum of RGB (Red+Green+Blue) = 27+101+214=342 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.89% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 214 (83.98% from 255 or 62.57% from 342); Max value from RGB is 214 - color contains mainly: blue. Hex color #1B65D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B65D6 is #E49A29. Grayscale: #5B5B5B. Windows color (decimal): -14981674 or 14050587. OLE color: 14050587.
HSL color Cylindrical-coordinate representation of color #1B65D6: hue angle of 216.26º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B65D6 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 101 | 214 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.16 |
| HSL | 216.26º | 0.78% | 0.47% | - |
| HSV(B) | 216.26º | 0.87% | 0.84% | - |
| XYZ | 17.24 | 14.4 | 65.49 | - |
| YUV | 91.76 | 196.98 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 101 | 214 | 0.87 | 0.53 | 0 | 0.16 | 216.26 | 0.78 | 0.47 |
| Hex | 1B | 65 | D6 | 57 | 35 | 0 | 10 | D8 | 4E | 2F |
| Octal | 33 | 145 | 326 | 127 | 65 | 0 | 20 | 330 | 116 | 57 |
| Binary | 11011 | 1100101 | 11010110 | 1010111 | 110101 | 0 | 10000 | 11011000 | 1001110 | 101111 |
Color Harmonies of #1B65D6
Complementary color
Monochromatic Colors of #1B65D6
Black with #1B65D6
Text Example
Text Example
White with #1B65D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B65D6; }
p { color: rgb(27,101,214); }
H1.HeaderClassName
{
color: #1B65D6;
}
.AnyTagClassName
{
color: #1B65D6;
}
</style>
background-color css
<style>
a { background-color: #1B65D6; }
a { background-color: rgb(27,101,214); }
div.DivClassName
{
background-color: #1B65D6;
}
.BgClassName
{
background-color: #1B65D6;
}
</style>
border-color css
<style>
span { border-color: #1B65D6; }
span { border-color: rgb(27,101,214); }
td.TdClassName
{
border-color: #1B65D6;
}
.TagClassName
{
border-color: #1B65D6;
}
</style>