Shades of Denim #1A63AC
Tints of Denim #1A63AC
RGB
CMYK
RGB Variations
Color information
#1A63AC (or 0x1A63AC) is known color: Denim. HEX triplet: 1A, 63 and AC. RGB value is (26,99,172). Sum of RGB (Red+Green+Blue) = 26+99+172=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A63AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A63AC is #E59C53. Grayscale: #555555. Windows color (decimal): -15047764 or 11297562. OLE color: 11297562.
HSL color Cylindrical-coordinate representation of color #1A63AC: hue angle of 210º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A63AC is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 99 | 172 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.33 |
| HSL | 210º | 0.74% | 0.39% | - |
| HSV(B) | 210º | 0.85% | 0.67% | - |
| XYZ | 12.33 | 12.12 | 40.72 | - |
| YUV | 85.5 | 176.82 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 99 | 172 | 0.85 | 0.42 | 0 | 0.33 | 210 | 0.74 | 0.39 |
| Hex | 1A | 63 | AC | 55 | 2A | 0 | 21 | D2 | 4A | 27 |
| Octal | 32 | 143 | 254 | 125 | 52 | 0 | 41 | 322 | 112 | 47 |
| Binary | 11010 | 1100011 | 10101100 | 1010101 | 101010 | 0 | 100001 | 11010010 | 1001010 | 100111 |
Color Harmonies of #1A63AC
Complementary color
Monochromatic Colors of #1A63AC
Black with #1A63AC
Text Example
Text Example
White with #1A63AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A63AC; }
p { color: rgb(26,99,172); }
H1.HeaderClassName
{
color: #1A63AC;
}
.AnyTagClassName
{
color: #1A63AC;
}
</style>
background-color css
<style>
a { background-color: #1A63AC; }
a { background-color: rgb(26,99,172); }
div.DivClassName
{
background-color: #1A63AC;
}
.BgClassName
{
background-color: #1A63AC;
}
</style>
border-color css
<style>
span { border-color: #1A63AC; }
span { border-color: rgb(26,99,172); }
td.TdClassName
{
border-color: #1A63AC;
}
.TagClassName
{
border-color: #1A63AC;
}
</style>