Shades of Denim #1A65BB
Tints of Denim #1A65BB
RGB
CMYK
RGB Variations
Color information
#1A65BB (or 0x1A65BB) is known color: Denim. HEX triplet: 1A, 65 and BB. RGB value is (26,101,187). Sum of RGB (Red+Green+Blue) = 26+101+187=314 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.28% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A65BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A65BB is #E59A44. Grayscale: #575757. Windows color (decimal): -15047237 or 12281114. OLE color: 12281114.
HSL color Cylindrical-coordinate representation of color #1A65BB: hue angle of 212.05º 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 #1A65BB is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 101 | 187 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.27 |
| HSL | 212.05º | 0.76% | 0.42% | - |
| HSV(B) | 212.05º | 0.86% | 0.73% | - |
| XYZ | 14.05 | 13.11 | 48.8 | - |
| YUV | 88.38 | 183.65 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 101 | 187 | 0.86 | 0.46 | 0 | 0.27 | 212.05 | 0.76 | 0.42 |
| Hex | 1A | 65 | BB | 56 | 2E | 0 | 1B | D4 | 4C | 2A |
| Octal | 32 | 145 | 273 | 126 | 56 | 0 | 33 | 324 | 114 | 52 |
| Binary | 11010 | 1100101 | 10111011 | 1010110 | 101110 | 0 | 11011 | 11010100 | 1001100 | 101010 |
Color Harmonies of #1A65BB
Complementary color
Monochromatic Colors of #1A65BB
Black with #1A65BB
Text Example
Text Example
White with #1A65BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A65BB; }
p { color: rgb(26,101,187); }
H1.HeaderClassName
{
color: #1A65BB;
}
.AnyTagClassName
{
color: #1A65BB;
}
</style>
background-color css
<style>
a { background-color: #1A65BB; }
a { background-color: rgb(26,101,187); }
div.DivClassName
{
background-color: #1A65BB;
}
.BgClassName
{
background-color: #1A65BB;
}
</style>
border-color css
<style>
span { border-color: #1A65BB; }
span { border-color: rgb(26,101,187); }
td.TdClassName
{
border-color: #1A65BB;
}
.TagClassName
{
border-color: #1A65BB;
}
</style>