Shades of Denim #1865BF
Tints of Denim #1865BF
RGB
CMYK
RGB Variations
Color information
#1865BF (or 0x1865BF) is known color: Denim. HEX triplet: 18, 65 and BF. RGB value is (24,101,191). Sum of RGB (Red+Green+Blue) = 24+101+191=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #1865BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1865BF is #E79A40. Grayscale: #575757. Windows color (decimal): -15178305 or 12543256. OLE color: 12543256.
HSL color Cylindrical-coordinate representation of color #1865BF: hue angle of 212.34º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1865BF is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 101 | 191 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.25 |
| HSL | 212.34º | 0.78% | 0.42% | - |
| HSV(B) | 212.34º | 0.87% | 0.75% | - |
| XYZ | 14.43 | 13.26 | 51.09 | - |
| YUV | 88.24 | 185.99 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 101 | 191 | 0.87 | 0.47 | 0 | 0.25 | 212.34 | 0.78 | 0.42 |
| Hex | 18 | 65 | BF | 57 | 2F | 0 | 19 | D4 | 4E | 2A |
| Octal | 30 | 145 | 277 | 127 | 57 | 0 | 31 | 324 | 116 | 52 |
| Binary | 11000 | 1100101 | 10111111 | 1010111 | 101111 | 0 | 11001 | 11010100 | 1001110 | 101010 |
Color Harmonies of #1865BF
Complementary color
Monochromatic Colors of #1865BF
Black with #1865BF
Text Example
Text Example
White with #1865BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1865BF; }
p { color: rgb(24,101,191); }
H1.HeaderClassName
{
color: #1865BF;
}
.AnyTagClassName
{
color: #1865BF;
}
</style>
background-color css
<style>
a { background-color: #1865BF; }
a { background-color: rgb(24,101,191); }
div.DivClassName
{
background-color: #1865BF;
}
.BgClassName
{
background-color: #1865BF;
}
</style>
border-color css
<style>
span { border-color: #1865BF; }
span { border-color: rgb(24,101,191); }
td.TdClassName
{
border-color: #1865BF;
}
.TagClassName
{
border-color: #1865BF;
}
</style>