Shades of Denim #1863AC
Tints of Denim #1863AC
RGB
CMYK
RGB Variations
Color information
#1863AC (or 0x1863AC) is known color: Denim. HEX triplet: 18, 63 and AC. RGB value is (24,99,172). Sum of RGB (Red+Green+Blue) = 24+99+172=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #1863AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1863AC is #E79C53. Grayscale: #545454. Windows color (decimal): -15178836 or 11297560. OLE color: 11297560.
HSL color Cylindrical-coordinate representation of color #1863AC: hue angle of 209.59º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1863AC is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 99 | 172 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.33 |
| HSL | 209.59º | 0.76% | 0.38% | - |
| HSV(B) | 209.59º | 0.86% | 0.67% | - |
| XYZ | 12.28 | 12.1 | 40.72 | - |
| YUV | 84.9 | 177.15 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 172 | 0.86 | 0.42 | 0 | 0.33 | 209.59 | 0.76 | 0.38 |
| Hex | 18 | 63 | AC | 56 | 2A | 0 | 21 | D2 | 4C | 26 |
| Octal | 30 | 143 | 254 | 126 | 52 | 0 | 41 | 322 | 114 | 46 |
| Binary | 11000 | 1100011 | 10101100 | 1010110 | 101010 | 0 | 100001 | 11010010 | 1001100 | 100110 |
Color Harmonies of #1863AC
Complementary color
Monochromatic Colors of #1863AC
Black with #1863AC
Text Example
Text Example
White with #1863AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1863AC; }
p { color: rgb(24,99,172); }
H1.HeaderClassName
{
color: #1863AC;
}
.AnyTagClassName
{
color: #1863AC;
}
</style>
background-color css
<style>
a { background-color: #1863AC; }
a { background-color: rgb(24,99,172); }
div.DivClassName
{
background-color: #1863AC;
}
.BgClassName
{
background-color: #1863AC;
}
</style>
border-color css
<style>
span { border-color: #1863AC; }
span { border-color: rgb(24,99,172); }
td.TdClassName
{
border-color: #1863AC;
}
.TagClassName
{
border-color: #1863AC;
}
</style>