Shades of Denim #1860BA
Tints of Denim #1860BA
RGB
CMYK
RGB Variations
Color information
#1860BA (or 0x1860BA) is known color: Denim. HEX triplet: 18, 60 and BA. RGB value is (24,96,186). Sum of RGB (Red+Green+Blue) = 24+96+186=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #1860BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1860BA is #E79F45. Grayscale: #545454. Windows color (decimal): -15179590 or 12214296. OLE color: 12214296.
HSL color Cylindrical-coordinate representation of color #1860BA: hue angle of 213.33º 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 #1860BA is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 96 | 186 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.27 |
| HSL | 213.33º | 0.77% | 0.41% | - |
| HSV(B) | 213.33º | 0.87% | 0.73% | - |
| XYZ | 13.42 | 12.11 | 48.08 | - |
| YUV | 84.73 | 185.15 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 186 | 0.87 | 0.48 | 0 | 0.27 | 213.33 | 0.77 | 0.41 |
| Hex | 18 | 60 | BA | 57 | 30 | 0 | 1B | D5 | 4D | 29 |
| Octal | 30 | 140 | 272 | 127 | 60 | 0 | 33 | 325 | 115 | 51 |
| Binary | 11000 | 1100000 | 10111010 | 1010111 | 110000 | 0 | 11011 | 11010101 | 1001101 | 101001 |
Color Harmonies of #1860BA
Complementary color
Monochromatic Colors of #1860BA
Black with #1860BA
Text Example
Text Example
White with #1860BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1860BA; }
p { color: rgb(24,96,186); }
H1.HeaderClassName
{
color: #1860BA;
}
.AnyTagClassName
{
color: #1860BA;
}
</style>
background-color css
<style>
a { background-color: #1860BA; }
a { background-color: rgb(24,96,186); }
div.DivClassName
{
background-color: #1860BA;
}
.BgClassName
{
background-color: #1860BA;
}
</style>
border-color css
<style>
span { border-color: #1860BA; }
span { border-color: rgb(24,96,186); }
td.TdClassName
{
border-color: #1860BA;
}
.TagClassName
{
border-color: #1860BA;
}
</style>