Shades of Denim #1858CC
Tints of Denim #1858CC
RGB
CMYK
RGB Variations
Color information
#1858CC (or 0x1858CC) is known color: Denim. HEX triplet: 18, 58 and CC. RGB value is (24,88,204). Sum of RGB (Red+Green+Blue) = 24+88+204=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #1858CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1858CC is #E7A733. Grayscale: #515151. Windows color (decimal): -15181620 or 13391896. OLE color: 13391896.
HSL color Cylindrical-coordinate representation of color #1858CC: hue angle of 218.67º 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 #1858CC is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 88 | 204 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.2 |
| HSL | 218.67º | 0.79% | 0.45% | - |
| HSV(B) | 218.67º | 0.88% | 0.8% | - |
| XYZ | 14.77 | 11.53 | 58.57 | - |
| YUV | 82.09 | 196.8 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 204 | 0.88 | 0.57 | 0 | 0.2 | 218.67 | 0.79 | 0.45 |
| Hex | 18 | 58 | CC | 58 | 39 | 0 | 14 | DB | 4F | 2D |
| Octal | 30 | 130 | 314 | 130 | 71 | 0 | 24 | 333 | 117 | 55 |
| Binary | 11000 | 1011000 | 11001100 | 1011000 | 111001 | 0 | 10100 | 11011011 | 1001111 | 101101 |
Color Harmonies of #1858CC
Complementary color
Monochromatic Colors of #1858CC
Black with #1858CC
Text Example
Text Example
White with #1858CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1858CC; }
p { color: rgb(24,88,204); }
H1.HeaderClassName
{
color: #1858CC;
}
.AnyTagClassName
{
color: #1858CC;
}
</style>
background-color css
<style>
a { background-color: #1858CC; }
a { background-color: rgb(24,88,204); }
div.DivClassName
{
background-color: #1858CC;
}
.BgClassName
{
background-color: #1858CC;
}
</style>
border-color css
<style>
span { border-color: #1858CC; }
span { border-color: rgb(24,88,204); }
td.TdClassName
{
border-color: #1858CC;
}
.TagClassName
{
border-color: #1858CC;
}
</style>