Shades of Denim #1A73BA
Tints of Denim #1A73BA
RGB
CMYK
RGB Variations
Color information
#1A73BA (or 0x1A73BA) is known color: Denim. HEX triplet: 1A, 73 and BA. RGB value is (26,115,186). Sum of RGB (Red+Green+Blue) = 26+115+186=327 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.95% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A73BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A73BA is #E58C45. Grayscale: #606060. Windows color (decimal): -15043654 or 12219162. OLE color: 12219162.
HSL color Cylindrical-coordinate representation of color #1A73BA: hue angle of 206.62º 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 #1A73BA is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 115 | 186 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.27 |
| HSL | 206.63º | 0.75% | 0.42% | - |
| HSV(B) | 206.63º | 0.86% | 0.73% | - |
| XYZ | 15.42 | 16.03 | 48.74 | - |
| YUV | 96.48 | 178.51 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 186 | 0.86 | 0.38 | 0 | 0.27 | 206.63 | 0.75 | 0.42 |
| Hex | 1A | 73 | BA | 56 | 26 | 0 | 1B | CF | 4B | 2A |
| Octal | 32 | 163 | 272 | 126 | 46 | 0 | 33 | 317 | 113 | 52 |
| Binary | 11010 | 1110011 | 10111010 | 1010110 | 100110 | 0 | 11011 | 11001111 | 1001011 | 101010 |
Color Harmonies of #1A73BA
Complementary color
Monochromatic Colors of #1A73BA
Black with #1A73BA
Text Example
Text Example
White with #1A73BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A73BA; }
p { color: rgb(26,115,186); }
H1.HeaderClassName
{
color: #1A73BA;
}
.AnyTagClassName
{
color: #1A73BA;
}
</style>
background-color css
<style>
a { background-color: #1A73BA; }
a { background-color: rgb(26,115,186); }
div.DivClassName
{
background-color: #1A73BA;
}
.BgClassName
{
background-color: #1A73BA;
}
</style>
border-color css
<style>
span { border-color: #1A73BA; }
span { border-color: rgb(26,115,186); }
td.TdClassName
{
border-color: #1A73BA;
}
.TagClassName
{
border-color: #1A73BA;
}
</style>