Shades of Denim #1B63AC
Tints of Denim #1B63AC
RGB
CMYK
RGB Variations
Color information
#1B63AC (or 0x1B63AC) is known color: Denim. HEX triplet: 1B, 63 and AC. RGB value is (27,99,172). Sum of RGB (Red+Green+Blue) = 27+99+172=298 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.06% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B63AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B63AC is #E49C53. Grayscale: #555555. Windows color (decimal): -14982228 or 11297563. OLE color: 11297563.
HSL color Cylindrical-coordinate representation of color #1B63AC: hue angle of 210.21º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B63AC is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 99 | 172 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.33 |
| HSL | 210.21º | 0.73% | 0.39% | - |
| HSV(B) | 210.21º | 0.84% | 0.67% | - |
| XYZ | 12.36 | 12.14 | 40.72 | - |
| YUV | 85.79 | 176.65 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 99 | 172 | 0.84 | 0.42 | 0 | 0.33 | 210.21 | 0.73 | 0.39 |
| Hex | 1B | 63 | AC | 54 | 2A | 0 | 21 | D2 | 49 | 27 |
| Octal | 33 | 143 | 254 | 124 | 52 | 0 | 41 | 322 | 111 | 47 |
| Binary | 11011 | 1100011 | 10101100 | 1010100 | 101010 | 0 | 100001 | 11010010 | 1001001 | 100111 |
Color Harmonies of #1B63AC
Complementary color
Monochromatic Colors of #1B63AC
Black with #1B63AC
Text Example
Text Example
White with #1B63AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B63AC; }
p { color: rgb(27,99,172); }
H1.HeaderClassName
{
color: #1B63AC;
}
.AnyTagClassName
{
color: #1B63AC;
}
</style>
background-color css
<style>
a { background-color: #1B63AC; }
a { background-color: rgb(27,99,172); }
div.DivClassName
{
background-color: #1B63AC;
}
.BgClassName
{
background-color: #1B63AC;
}
</style>
border-color css
<style>
span { border-color: #1B63AC; }
span { border-color: rgb(27,99,172); }
td.TdClassName
{
border-color: #1B63AC;
}
.TagClassName
{
border-color: #1B63AC;
}
</style>