Shades of Denim #1863B9
Tints of Denim #1863B9
RGB
CMYK
RGB Variations
Color information
#1863B9 (or 0x1863B9) is known color: Denim. HEX triplet: 18, 63 and B9. RGB value is (24,99,185). Sum of RGB (Red+Green+Blue) = 24+99+185=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 185 (72.66% from 255 or 60.06% from 308); Max value from RGB is 185 - color contains mainly: blue. Hex color #1863B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1863B9 is #E79C46. Grayscale: #555555. Windows color (decimal): -15178823 or 12149528. OLE color: 12149528.
HSL color Cylindrical-coordinate representation of color #1863B9: hue angle of 212.05º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1863B9 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 99 | 185 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.27 |
| HSL | 212.05º | 0.77% | 0.41% | - |
| HSV(B) | 212.05º | 0.87% | 0.73% | - |
| XYZ | 13.6 | 12.62 | 47.62 | - |
| YUV | 86.38 | 183.65 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 185 | 0.87 | 0.46 | 0 | 0.27 | 212.05 | 0.77 | 0.41 |
| Hex | 18 | 63 | B9 | 57 | 2E | 0 | 1B | D4 | 4D | 29 |
| Octal | 30 | 143 | 271 | 127 | 56 | 0 | 33 | 324 | 115 | 51 |
| Binary | 11000 | 1100011 | 10111001 | 1010111 | 101110 | 0 | 11011 | 11010100 | 1001101 | 101001 |
Color Harmonies of #1863B9
Complementary color
Monochromatic Colors of #1863B9
Black with #1863B9
Text Example
Text Example
White with #1863B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1863B9; }
p { color: rgb(24,99,185); }
H1.HeaderClassName
{
color: #1863B9;
}
.AnyTagClassName
{
color: #1863B9;
}
</style>
background-color css
<style>
a { background-color: #1863B9; }
a { background-color: rgb(24,99,185); }
div.DivClassName
{
background-color: #1863B9;
}
.BgClassName
{
background-color: #1863B9;
}
</style>
border-color css
<style>
span { border-color: #1863B9; }
span { border-color: rgb(24,99,185); }
td.TdClassName
{
border-color: #1863B9;
}
.TagClassName
{
border-color: #1863B9;
}
</style>