Shades of Denim #1874CE
Tints of Denim #1874CE
RGB
CMYK
RGB Variations
Color information
#1874CE (or 0x1874CE) is known color: Denim. HEX triplet: 18, 74 and CE. RGB value is (24,116,206). Sum of RGB (Red+Green+Blue) = 24+116+206=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #1874CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1874CE is #E78B31. Grayscale: #626262. Windows color (decimal): -15174450 or 13530136. OLE color: 13530136.
HSL color Cylindrical-coordinate representation of color #1874CE: hue angle of 209.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1874CE is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 116 | 206 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.19 |
| HSL | 209.67º | 0.79% | 0.45% | - |
| HSV(B) | 209.67º | 0.88% | 0.81% | - |
| XYZ | 17.76 | 17.14 | 60.76 | - |
| YUV | 98.75 | 188.52 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 206 | 0.88 | 0.44 | 0 | 0.19 | 209.67 | 0.79 | 0.45 |
| Hex | 18 | 74 | CE | 58 | 2C | 0 | 13 | D2 | 4F | 2D |
| Octal | 30 | 164 | 316 | 130 | 54 | 0 | 23 | 322 | 117 | 55 |
| Binary | 11000 | 1110100 | 11001110 | 1011000 | 101100 | 0 | 10011 | 11010010 | 1001111 | 101101 |
Color Harmonies of #1874CE
Complementary color
Monochromatic Colors of #1874CE
Black with #1874CE
Text Example
Text Example
White with #1874CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1874CE; }
p { color: rgb(24,116,206); }
H1.HeaderClassName
{
color: #1874CE;
}
.AnyTagClassName
{
color: #1874CE;
}
</style>
background-color css
<style>
a { background-color: #1874CE; }
a { background-color: rgb(24,116,206); }
div.DivClassName
{
background-color: #1874CE;
}
.BgClassName
{
background-color: #1874CE;
}
</style>
border-color css
<style>
span { border-color: #1874CE; }
span { border-color: rgb(24,116,206); }
td.TdClassName
{
border-color: #1874CE;
}
.TagClassName
{
border-color: #1874CE;
}
</style>