Shades of Denim #1B74D1
Tints of Denim #1B74D1
RGB
CMYK
RGB Variations
Color information
#1B74D1 (or 0x1B74D1) is known color: Denim. HEX triplet: 1B, 74 and D1. RGB value is (27,116,209). Sum of RGB (Red+Green+Blue) = 27+116+209=352 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.67% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 209 (82.03% from 255 or 59.38% from 352); Max value from RGB is 209 - color contains mainly: blue. Hex color #1B74D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B74D1 is #E48B2E. Grayscale: #636363. Windows color (decimal): -14977839 or 13726747. OLE color: 13726747.
HSL color Cylindrical-coordinate representation of color #1B74D1: hue angle of 210.66º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B74D1 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 27 | 116 | 209 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.18 |
| HSL | 210.66º | 0.77% | 0.46% | - |
| HSV(B) | 210.66º | 0.87% | 0.82% | - |
| XYZ | 18.21 | 17.33 | 62.71 | - |
| YUV | 99.99 | 189.51 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 116 | 209 | 0.87 | 0.44 | 0 | 0.18 | 210.66 | 0.77 | 0.46 |
| Hex | 1B | 74 | D1 | 57 | 2C | 0 | 12 | D3 | 4D | 2E |
| Octal | 33 | 164 | 321 | 127 | 54 | 0 | 22 | 323 | 115 | 56 |
| Binary | 11011 | 1110100 | 11010001 | 1010111 | 101100 | 0 | 10010 | 11010011 | 1001101 | 101110 |
Color Harmonies of #1B74D1
Complementary color
Monochromatic Colors of #1B74D1
Black with #1B74D1
Text Example
Text Example
White with #1B74D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B74D1; }
p { color: rgb(27,116,209); }
H1.HeaderClassName
{
color: #1B74D1;
}
.AnyTagClassName
{
color: #1B74D1;
}
</style>
background-color css
<style>
a { background-color: #1B74D1; }
a { background-color: rgb(27,116,209); }
div.DivClassName
{
background-color: #1B74D1;
}
.BgClassName
{
background-color: #1B74D1;
}
</style>
border-color css
<style>
span { border-color: #1B74D1; }
span { border-color: rgb(27,116,209); }
td.TdClassName
{
border-color: #1B74D1;
}
.TagClassName
{
border-color: #1B74D1;
}
</style>