Shades of Denim #1872BE
Tints of Denim #1872BE
RGB
CMYK
RGB Variations
Color information
#1872BE (or 0x1872BE) is known color: Denim. HEX triplet: 18, 72 and BE. RGB value is (24,114,190). Sum of RGB (Red+Green+Blue) = 24+114+190=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #1872BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1872BE is #E78D41. Grayscale: #5F5F5F. Windows color (decimal): -15174978 or 12481048. OLE color: 12481048.
HSL color Cylindrical-coordinate representation of color #1872BE: hue angle of 207.47º 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 #1872BE is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 114 | 190 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.25 |
| HSL | 207.47º | 0.78% | 0.42% | - |
| HSV(B) | 207.47º | 0.87% | 0.75% | - |
| XYZ | 15.69 | 15.95 | 50.97 | - |
| YUV | 95.75 | 181.18 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 114 | 190 | 0.87 | 0.40 | 0 | 0.25 | 207.47 | 0.78 | 0.42 |
| Hex | 18 | 72 | BE | 57 | 28 | 0 | 19 | CF | 4E | 2A |
| Octal | 30 | 162 | 276 | 127 | 50 | 0 | 31 | 317 | 116 | 52 |
| Binary | 11000 | 1110010 | 10111110 | 1010111 | 101000 | 0 | 11001 | 11001111 | 1001110 | 101010 |
Color Harmonies of #1872BE
Complementary color
Monochromatic Colors of #1872BE
Black with #1872BE
Text Example
Text Example
White with #1872BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1872BE; }
p { color: rgb(24,114,190); }
H1.HeaderClassName
{
color: #1872BE;
}
.AnyTagClassName
{
color: #1872BE;
}
</style>
background-color css
<style>
a { background-color: #1872BE; }
a { background-color: rgb(24,114,190); }
div.DivClassName
{
background-color: #1872BE;
}
.BgClassName
{
background-color: #1872BE;
}
</style>
border-color css
<style>
span { border-color: #1872BE; }
span { border-color: rgb(24,114,190); }
td.TdClassName
{
border-color: #1872BE;
}
.TagClassName
{
border-color: #1872BE;
}
</style>