Shades of Denim #1B64AC
Tints of Denim #1B64AC
RGB
CMYK
RGB Variations
Color information
#1B64AC (or 0x1B64AC) is known color: Denim. HEX triplet: 1B, 64 and AC. RGB value is (27,100,172). Sum of RGB (Red+Green+Blue) = 27+100+172=299 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.03% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B64AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B64AC is #E49B53. Grayscale: #565656. Windows color (decimal): -14981972 or 11297819. OLE color: 11297819.
HSL color Cylindrical-coordinate representation of color #1B64AC: hue angle of 209.79º 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 #1B64AC is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 100 | 172 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.33 |
| HSL | 209.79º | 0.73% | 0.39% | - |
| HSV(B) | 209.79º | 0.84% | 0.67% | - |
| XYZ | 12.46 | 12.33 | 40.75 | - |
| YUV | 86.38 | 176.32 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 100 | 172 | 0.84 | 0.42 | 0 | 0.33 | 209.79 | 0.73 | 0.39 |
| Hex | 1B | 64 | AC | 54 | 2A | 0 | 21 | D2 | 49 | 27 |
| Octal | 33 | 144 | 254 | 124 | 52 | 0 | 41 | 322 | 111 | 47 |
| Binary | 11011 | 1100100 | 10101100 | 1010100 | 101010 | 0 | 100001 | 11010010 | 1001001 | 100111 |
Color Harmonies of #1B64AC
Complementary color
Monochromatic Colors of #1B64AC
Black with #1B64AC
Text Example
Text Example
White with #1B64AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B64AC; }
p { color: rgb(27,100,172); }
H1.HeaderClassName
{
color: #1B64AC;
}
.AnyTagClassName
{
color: #1B64AC;
}
</style>
background-color css
<style>
a { background-color: #1B64AC; }
a { background-color: rgb(27,100,172); }
div.DivClassName
{
background-color: #1B64AC;
}
.BgClassName
{
background-color: #1B64AC;
}
</style>
border-color css
<style>
span { border-color: #1B64AC; }
span { border-color: rgb(27,100,172); }
td.TdClassName
{
border-color: #1B64AC;
}
.TagClassName
{
border-color: #1B64AC;
}
</style>