Shades of Denim #1863BB
Tints of Denim #1863BB
RGB
CMYK
RGB Variations
Color information
#1863BB (or 0x1863BB) is known color: Denim. HEX triplet: 18, 63 and BB. RGB value is (24,99,187). Sum of RGB (Red+Green+Blue) = 24+99+187=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #1863BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1863BB is #E79C44. Grayscale: #565656. Windows color (decimal): -15178821 or 12280600. OLE color: 12280600.
HSL color Cylindrical-coordinate representation of color #1863BB: hue angle of 212.39º 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 #1863BB is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 99 | 187 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.27 |
| HSL | 212.39º | 0.77% | 0.41% | - |
| HSV(B) | 212.39º | 0.87% | 0.73% | - |
| XYZ | 13.81 | 12.71 | 48.74 | - |
| YUV | 86.61 | 184.65 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 187 | 0.87 | 0.47 | 0 | 0.27 | 212.39 | 0.77 | 0.41 |
| Hex | 18 | 63 | BB | 57 | 2F | 0 | 1B | D4 | 4D | 29 |
| Octal | 30 | 143 | 273 | 127 | 57 | 0 | 33 | 324 | 115 | 51 |
| Binary | 11000 | 1100011 | 10111011 | 1010111 | 101111 | 0 | 11011 | 11010100 | 1001101 | 101001 |
Color Harmonies of #1863BB
Complementary color
Monochromatic Colors of #1863BB
Black with #1863BB
Text Example
Text Example
White with #1863BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1863BB; }
p { color: rgb(24,99,187); }
H1.HeaderClassName
{
color: #1863BB;
}
.AnyTagClassName
{
color: #1863BB;
}
</style>
background-color css
<style>
a { background-color: #1863BB; }
a { background-color: rgb(24,99,187); }
div.DivClassName
{
background-color: #1863BB;
}
.BgClassName
{
background-color: #1863BB;
}
</style>
border-color css
<style>
span { border-color: #1863BB; }
span { border-color: rgb(24,99,187); }
td.TdClassName
{
border-color: #1863BB;
}
.TagClassName
{
border-color: #1863BB;
}
</style>