Shades of Denim #1857CC
Tints of Denim #1857CC
RGB
CMYK
RGB Variations
Color information
#1857CC (or 0x1857CC) is known color: Denim. HEX triplet: 18, 57 and CC. RGB value is (24,87,204). Sum of RGB (Red+Green+Blue) = 24+87+204=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #1857CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1857CC is #E7A833. Grayscale: #505050. Windows color (decimal): -15181876 or 13391640. OLE color: 13391640.
HSL color Cylindrical-coordinate representation of color #1857CC: hue angle of 219º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1857CC is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 87 | 204 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.2 |
| HSL | 219º | 0.79% | 0.45% | - |
| HSV(B) | 219º | 0.88% | 0.8% | - |
| XYZ | 14.68 | 11.37 | 58.55 | - |
| YUV | 81.5 | 197.13 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 87 | 204 | 0.88 | 0.57 | 0 | 0.2 | 219 | 0.79 | 0.45 |
| Hex | 18 | 57 | CC | 58 | 39 | 0 | 14 | DB | 4F | 2D |
| Octal | 30 | 127 | 314 | 130 | 71 | 0 | 24 | 333 | 117 | 55 |
| Binary | 11000 | 1010111 | 11001100 | 1011000 | 111001 | 0 | 10100 | 11011011 | 1001111 | 101101 |
Color Harmonies of #1857CC
Complementary color
Monochromatic Colors of #1857CC
Black with #1857CC
Text Example
Text Example
White with #1857CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1857CC; }
p { color: rgb(24,87,204); }
H1.HeaderClassName
{
color: #1857CC;
}
.AnyTagClassName
{
color: #1857CC;
}
</style>
background-color css
<style>
a { background-color: #1857CC; }
a { background-color: rgb(24,87,204); }
div.DivClassName
{
background-color: #1857CC;
}
.BgClassName
{
background-color: #1857CC;
}
</style>
border-color css
<style>
span { border-color: #1857CC; }
span { border-color: rgb(24,87,204); }
td.TdClassName
{
border-color: #1857CC;
}
.TagClassName
{
border-color: #1857CC;
}
</style>