Shades of Denim #1A65BA
Tints of Denim #1A65BA
RGB
CMYK
RGB Variations
Color information
#1A65BA (or 0x1A65BA) is known color: Denim. HEX triplet: 1A, 65 and BA. RGB value is (26,101,186). Sum of RGB (Red+Green+Blue) = 26+101+186=313 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.31% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A65BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A65BA is #E59A45. Grayscale: #575757. Windows color (decimal): -15047238 or 12215578. OLE color: 12215578.
HSL color Cylindrical-coordinate representation of color #1A65BA: hue angle of 211.88º degrees, saturation: 0.75, 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 #1A65BA is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 101 | 186 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.27 |
| HSL | 211.88º | 0.75% | 0.42% | - |
| HSV(B) | 211.88º | 0.86% | 0.73% | - |
| XYZ | 13.94 | 13.07 | 48.24 | - |
| YUV | 88.27 | 183.15 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 101 | 186 | 0.86 | 0.46 | 0 | 0.27 | 211.88 | 0.75 | 0.42 |
| Hex | 1A | 65 | BA | 56 | 2E | 0 | 1B | D4 | 4B | 2A |
| Octal | 32 | 145 | 272 | 126 | 56 | 0 | 33 | 324 | 113 | 52 |
| Binary | 11010 | 1100101 | 10111010 | 1010110 | 101110 | 0 | 11011 | 11010100 | 1001011 | 101010 |
Color Harmonies of #1A65BA
Complementary color
Monochromatic Colors of #1A65BA
Black with #1A65BA
Text Example
Text Example
White with #1A65BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A65BA; }
p { color: rgb(26,101,186); }
H1.HeaderClassName
{
color: #1A65BA;
}
.AnyTagClassName
{
color: #1A65BA;
}
</style>
background-color css
<style>
a { background-color: #1A65BA; }
a { background-color: rgb(26,101,186); }
div.DivClassName
{
background-color: #1A65BA;
}
.BgClassName
{
background-color: #1A65BA;
}
</style>
border-color css
<style>
span { border-color: #1A65BA; }
span { border-color: rgb(26,101,186); }
td.TdClassName
{
border-color: #1A65BA;
}
.TagClassName
{
border-color: #1A65BA;
}
</style>