Shades of Denim #1854CF
Tints of Denim #1854CF
RGB
CMYK
RGB Variations
Color information
#1854CF (or 0x1854CF) is known color: Denim. HEX triplet: 18, 54 and CF. RGB value is (24,84,207). Sum of RGB (Red+Green+Blue) = 24+84+207=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #1854CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1854CF is #E7AB30. Grayscale: #4F4F4F. Windows color (decimal): -15182641 or 13587480. OLE color: 13587480.
HSL color Cylindrical-coordinate representation of color #1854CF: hue angle of 220.33º 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 #1854CF is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 84 | 207 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.19 |
| HSL | 220.33º | 0.79% | 0.45% | - |
| HSV(B) | 220.33º | 0.88% | 0.81% | - |
| XYZ | 14.81 | 11.04 | 60.38 | - |
| YUV | 80.08 | 199.62 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 207 | 0.88 | 0.59 | 0 | 0.19 | 220.33 | 0.79 | 0.45 |
| Hex | 18 | 54 | CF | 58 | 3B | 0 | 13 | DC | 4F | 2D |
| Octal | 30 | 124 | 317 | 130 | 73 | 0 | 23 | 334 | 117 | 55 |
| Binary | 11000 | 1010100 | 11001111 | 1011000 | 111011 | 0 | 10011 | 11011100 | 1001111 | 101101 |
Color Harmonies of #1854CF
Complementary color
Monochromatic Colors of #1854CF
Black with #1854CF
Text Example
Text Example
White with #1854CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1854CF; }
p { color: rgb(24,84,207); }
H1.HeaderClassName
{
color: #1854CF;
}
.AnyTagClassName
{
color: #1854CF;
}
</style>
background-color css
<style>
a { background-color: #1854CF; }
a { background-color: rgb(24,84,207); }
div.DivClassName
{
background-color: #1854CF;
}
.BgClassName
{
background-color: #1854CF;
}
</style>
border-color css
<style>
span { border-color: #1854CF; }
span { border-color: rgb(24,84,207); }
td.TdClassName
{
border-color: #1854CF;
}
.TagClassName
{
border-color: #1854CF;
}
</style>