Shades of Denim #1868B2
Tints of Denim #1868B2
RGB
CMYK
RGB Variations
Color information
#1868B2 (or 0x1868B2) is known color: Denim. HEX triplet: 18, 68 and B2. RGB value is (24,104,178). Sum of RGB (Red+Green+Blue) = 24+104+178=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 178 (69.92% from 255 or 58.17% from 306); Max value from RGB is 178 - color contains mainly: blue. Hex color #1868B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1868B2 is #E7974D. Grayscale: #585858. Windows color (decimal): -15177550 or 11692056. OLE color: 11692056.
HSL color Cylindrical-coordinate representation of color #1868B2: hue angle of 208.83º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1868B2 is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 104 | 178 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.30 |
| HSL | 208.83º | 0.76% | 0.4% | - |
| HSV(B) | 208.83º | 0.87% | 0.7% | - |
| XYZ | 13.36 | 13.31 | 43.98 | - |
| YUV | 88.52 | 178.5 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 178 | 0.87 | 0.42 | 0 | 0.30 | 208.83 | 0.76 | 0.4 |
| Hex | 18 | 68 | B2 | 57 | 2A | 0 | 1E | D1 | 4C | 28 |
| Octal | 30 | 150 | 262 | 127 | 52 | 0 | 36 | 321 | 114 | 50 |
| Binary | 11000 | 1101000 | 10110010 | 1010111 | 101010 | 0 | 11110 | 11010001 | 1001100 | 101000 |
Color Harmonies of #1868B2
Complementary color
Monochromatic Colors of #1868B2
Black with #1868B2
Text Example
Text Example
White with #1868B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1868B2; }
p { color: rgb(24,104,178); }
H1.HeaderClassName
{
color: #1868B2;
}
.AnyTagClassName
{
color: #1868B2;
}
</style>
background-color css
<style>
a { background-color: #1868B2; }
a { background-color: rgb(24,104,178); }
div.DivClassName
{
background-color: #1868B2;
}
.BgClassName
{
background-color: #1868B2;
}
</style>
border-color css
<style>
span { border-color: #1868B2; }
span { border-color: rgb(24,104,178); }
td.TdClassName
{
border-color: #1868B2;
}
.TagClassName
{
border-color: #1868B2;
}
</style>