Shades of Denim #1A68BB
Tints of Denim #1A68BB
RGB
CMYK
RGB Variations
Color information
#1A68BB (or 0x1A68BB) is known color: Denim. HEX triplet: 1A, 68 and BB. RGB value is (26,104,187). Sum of RGB (Red+Green+Blue) = 26+104+187=317 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.20% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A68BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A68BB is #E59744. Grayscale: #595959. Windows color (decimal): -15046469 or 12281882. OLE color: 12281882.
HSL color Cylindrical-coordinate representation of color #1A68BB: hue angle of 210.93º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A68BB is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 104 | 187 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.27 |
| HSL | 210.93º | 0.76% | 0.42% | - |
| HSV(B) | 210.93º | 0.86% | 0.73% | - |
| XYZ | 14.35 | 13.71 | 48.9 | - |
| YUV | 90.14 | 182.66 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 104 | 187 | 0.86 | 0.44 | 0 | 0.27 | 210.93 | 0.76 | 0.42 |
| Hex | 1A | 68 | BB | 56 | 2C | 0 | 1B | D3 | 4C | 2A |
| Octal | 32 | 150 | 273 | 126 | 54 | 0 | 33 | 323 | 114 | 52 |
| Binary | 11010 | 1101000 | 10111011 | 1010110 | 101100 | 0 | 11011 | 11010011 | 1001100 | 101010 |
Color Harmonies of #1A68BB
Complementary color
Monochromatic Colors of #1A68BB
Black with #1A68BB
Text Example
Text Example
White with #1A68BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A68BB; }
p { color: rgb(26,104,187); }
H1.HeaderClassName
{
color: #1A68BB;
}
.AnyTagClassName
{
color: #1A68BB;
}
</style>
background-color css
<style>
a { background-color: #1A68BB; }
a { background-color: rgb(26,104,187); }
div.DivClassName
{
background-color: #1A68BB;
}
.BgClassName
{
background-color: #1A68BB;
}
</style>
border-color css
<style>
span { border-color: #1A68BB; }
span { border-color: rgb(26,104,187); }
td.TdClassName
{
border-color: #1A68BB;
}
.TagClassName
{
border-color: #1A68BB;
}
</style>