Shades of Denim #1866BA
Tints of Denim #1866BA
RGB
CMYK
RGB Variations
Color information
#1866BA (or 0x1866BA) is known color: Denim. HEX triplet: 18, 66 and BA. RGB value is (24,102,186). Sum of RGB (Red+Green+Blue) = 24+102+186=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #1866BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1866BA is #E79945. Grayscale: #575757. Windows color (decimal): -15178054 or 12215832. OLE color: 12215832.
HSL color Cylindrical-coordinate representation of color #1866BA: hue angle of 211.11º 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 #1866BA is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 102 | 186 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.27 |
| HSL | 211.11º | 0.77% | 0.41% | - |
| HSV(B) | 211.11º | 0.87% | 0.73% | - |
| XYZ | 13.99 | 13.24 | 48.27 | - |
| YUV | 88.25 | 183.16 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 186 | 0.87 | 0.45 | 0 | 0.27 | 211.11 | 0.77 | 0.41 |
| Hex | 18 | 66 | BA | 57 | 2D | 0 | 1B | D3 | 4D | 29 |
| Octal | 30 | 146 | 272 | 127 | 55 | 0 | 33 | 323 | 115 | 51 |
| Binary | 11000 | 1100110 | 10111010 | 1010111 | 101101 | 0 | 11011 | 11010011 | 1001101 | 101001 |
Color Harmonies of #1866BA
Complementary color
Monochromatic Colors of #1866BA
Black with #1866BA
Text Example
Text Example
White with #1866BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1866BA; }
p { color: rgb(24,102,186); }
H1.HeaderClassName
{
color: #1866BA;
}
.AnyTagClassName
{
color: #1866BA;
}
</style>
background-color css
<style>
a { background-color: #1866BA; }
a { background-color: rgb(24,102,186); }
div.DivClassName
{
background-color: #1866BA;
}
.BgClassName
{
background-color: #1866BA;
}
</style>
border-color css
<style>
span { border-color: #1866BA; }
span { border-color: rgb(24,102,186); }
td.TdClassName
{
border-color: #1866BA;
}
.TagClassName
{
border-color: #1866BA;
}
</style>