Shades of Denim #1878BE
Tints of Denim #1878BE
RGB
CMYK
RGB Variations
Color information
#1878BE (or 0x1878BE) is known color: Denim. HEX triplet: 18, 78 and BE. RGB value is (24,120,190). Sum of RGB (Red+Green+Blue) = 24+120+190=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #1878BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1878BE is #E78741. Grayscale: #626262. Windows color (decimal): -15173442 or 12482584. OLE color: 12482584.
HSL color Cylindrical-coordinate representation of color #1878BE: hue angle of 205.3º 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 #1878BE is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 120 | 190 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.25 |
| HSL | 205.3º | 0.78% | 0.42% | - |
| HSV(B) | 205.3º | 0.87% | 0.75% | - |
| XYZ | 16.39 | 17.34 | 51.2 | - |
| YUV | 99.28 | 179.2 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 120 | 190 | 0.87 | 0.37 | 0 | 0.25 | 205.3 | 0.78 | 0.42 |
| Hex | 18 | 78 | BE | 57 | 25 | 0 | 19 | CD | 4E | 2A |
| Octal | 30 | 170 | 276 | 127 | 45 | 0 | 31 | 315 | 116 | 52 |
| Binary | 11000 | 1111000 | 10111110 | 1010111 | 100101 | 0 | 11001 | 11001101 | 1001110 | 101010 |
Color Harmonies of #1878BE
Complementary color
Monochromatic Colors of #1878BE
Black with #1878BE
Text Example
Text Example
White with #1878BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1878BE; }
p { color: rgb(24,120,190); }
H1.HeaderClassName
{
color: #1878BE;
}
.AnyTagClassName
{
color: #1878BE;
}
</style>
background-color css
<style>
a { background-color: #1878BE; }
a { background-color: rgb(24,120,190); }
div.DivClassName
{
background-color: #1878BE;
}
.BgClassName
{
background-color: #1878BE;
}
</style>
border-color css
<style>
span { border-color: #1878BE; }
span { border-color: rgb(24,120,190); }
td.TdClassName
{
border-color: #1878BE;
}
.TagClassName
{
border-color: #1878BE;
}
</style>