Shades of Denim #1867BF
Tints of Denim #1867BF
RGB
CMYK
RGB Variations
Color information
#1867BF (or 0x1867BF) is known color: Denim. HEX triplet: 18, 67 and BF. RGB value is (24,103,191). Sum of RGB (Red+Green+Blue) = 24+103+191=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #1867BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1867BF is #E79840. Grayscale: #585858. Windows color (decimal): -15177793 or 12543768. OLE color: 12543768.
HSL color Cylindrical-coordinate representation of color #1867BF: hue angle of 211.62º 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 #1867BF is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 103 | 191 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.25 |
| HSL | 211.62º | 0.78% | 0.42% | - |
| HSV(B) | 211.62º | 0.87% | 0.75% | - |
| XYZ | 14.63 | 13.66 | 51.16 | - |
| YUV | 89.41 | 185.33 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 103 | 191 | 0.87 | 0.46 | 0 | 0.25 | 211.62 | 0.78 | 0.42 |
| Hex | 18 | 67 | BF | 57 | 2E | 0 | 19 | D4 | 4E | 2A |
| Octal | 30 | 147 | 277 | 127 | 56 | 0 | 31 | 324 | 116 | 52 |
| Binary | 11000 | 1100111 | 10111111 | 1010111 | 101110 | 0 | 11001 | 11010100 | 1001110 | 101010 |
Color Harmonies of #1867BF
Complementary color
Monochromatic Colors of #1867BF
Black with #1867BF
Text Example
Text Example
White with #1867BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1867BF; }
p { color: rgb(24,103,191); }
H1.HeaderClassName
{
color: #1867BF;
}
.AnyTagClassName
{
color: #1867BF;
}
</style>
background-color css
<style>
a { background-color: #1867BF; }
a { background-color: rgb(24,103,191); }
div.DivClassName
{
background-color: #1867BF;
}
.BgClassName
{
background-color: #1867BF;
}
</style>
border-color css
<style>
span { border-color: #1867BF; }
span { border-color: rgb(24,103,191); }
td.TdClassName
{
border-color: #1867BF;
}
.TagClassName
{
border-color: #1867BF;
}
</style>