Shades of Denim #1857BA
Tints of Denim #1857BA
RGB
CMYK
RGB Variations
Color information
#1857BA (or 0x1857BA) is known color: Denim. HEX triplet: 18, 57 and BA. RGB value is (24,87,186). Sum of RGB (Red+Green+Blue) = 24+87+186=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #1857BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1857BA is #E7A845. Grayscale: #4E4E4E. Windows color (decimal): -15181894 or 12211992. OLE color: 12211992.
HSL color Cylindrical-coordinate representation of color #1857BA: hue angle of 216.67º 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 #1857BA is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 87 | 186 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.27 |
| HSL | 216.67º | 0.77% | 0.41% | - |
| HSV(B) | 216.67º | 0.87% | 0.73% | - |
| XYZ | 12.65 | 10.56 | 47.83 | - |
| YUV | 79.45 | 188.13 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 87 | 186 | 0.87 | 0.53 | 0 | 0.27 | 216.67 | 0.77 | 0.41 |
| Hex | 18 | 57 | BA | 57 | 35 | 0 | 1B | D9 | 4D | 29 |
| Octal | 30 | 127 | 272 | 127 | 65 | 0 | 33 | 331 | 115 | 51 |
| Binary | 11000 | 1010111 | 10111010 | 1010111 | 110101 | 0 | 11011 | 11011001 | 1001101 | 101001 |
Color Harmonies of #1857BA
Complementary color
Monochromatic Colors of #1857BA
Black with #1857BA
Text Example
Text Example
White with #1857BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1857BA; }
p { color: rgb(24,87,186); }
H1.HeaderClassName
{
color: #1857BA;
}
.AnyTagClassName
{
color: #1857BA;
}
</style>
background-color css
<style>
a { background-color: #1857BA; }
a { background-color: rgb(24,87,186); }
div.DivClassName
{
background-color: #1857BA;
}
.BgClassName
{
background-color: #1857BA;
}
</style>
border-color css
<style>
span { border-color: #1857BA; }
span { border-color: rgb(24,87,186); }
td.TdClassName
{
border-color: #1857BA;
}
.TagClassName
{
border-color: #1857BA;
}
</style>