Shades of Denim #1861B2
Tints of Denim #1861B2
RGB
CMYK
RGB Variations
Color information
#1861B2 (or 0x1861B2) is known color: Denim. HEX triplet: 18, 61 and B2. RGB value is (24,97,178). Sum of RGB (Red+Green+Blue) = 24+97+178=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 178 (69.92% from 255 or 59.53% from 299); Max value from RGB is 178 - color contains mainly: blue. Hex color #1861B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1861B2 is #E79E4D. Grayscale: #545454. Windows color (decimal): -15179342 or 11690264. OLE color: 11690264.
HSL color Cylindrical-coordinate representation of color #1861B2: hue angle of 211.56º 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 #1861B2 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 97 | 178 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.30 |
| HSL | 211.56º | 0.76% | 0.4% | - |
| HSV(B) | 211.56º | 0.87% | 0.7% | - |
| XYZ | 12.69 | 11.96 | 43.76 | - |
| YUV | 84.41 | 180.82 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 97 | 178 | 0.87 | 0.46 | 0 | 0.30 | 211.56 | 0.76 | 0.4 |
| Hex | 18 | 61 | B2 | 57 | 2E | 0 | 1E | D4 | 4C | 28 |
| Octal | 30 | 141 | 262 | 127 | 56 | 0 | 36 | 324 | 114 | 50 |
| Binary | 11000 | 1100001 | 10110010 | 1010111 | 101110 | 0 | 11110 | 11010100 | 1001100 | 101000 |
Color Harmonies of #1861B2
Complementary color
Monochromatic Colors of #1861B2
Black with #1861B2
Text Example
Text Example
White with #1861B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1861B2; }
p { color: rgb(24,97,178); }
H1.HeaderClassName
{
color: #1861B2;
}
.AnyTagClassName
{
color: #1861B2;
}
</style>
background-color css
<style>
a { background-color: #1861B2; }
a { background-color: rgb(24,97,178); }
div.DivClassName
{
background-color: #1861B2;
}
.BgClassName
{
background-color: #1861B2;
}
</style>
border-color css
<style>
span { border-color: #1861B2; }
span { border-color: rgb(24,97,178); }
td.TdClassName
{
border-color: #1861B2;
}
.TagClassName
{
border-color: #1861B2;
}
</style>