Shades of Denim #185CCE
Tints of Denim #185CCE
RGB
CMYK
RGB Variations
Color information
#185CCE (or 0x185CCE) is known color: Denim. HEX triplet: 18, 5C and CE. RGB value is (24,92,206). Sum of RGB (Red+Green+Blue) = 24+92+206=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #185CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185CCE is #E7A331. Grayscale: #545454. Windows color (decimal): -15180594 or 13523992. OLE color: 13523992.
HSL color Cylindrical-coordinate representation of color #185CCE: hue angle of 217.58º 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 #185CCE is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 92 | 206 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.19 |
| HSL | 217.58º | 0.79% | 0.45% | - |
| HSV(B) | 217.58º | 0.88% | 0.81% | - |
| XYZ | 15.34 | 12.3 | 59.96 | - |
| YUV | 84.66 | 196.47 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 206 | 0.88 | 0.55 | 0 | 0.19 | 217.58 | 0.79 | 0.45 |
| Hex | 18 | 5C | CE | 58 | 37 | 0 | 13 | DA | 4F | 2D |
| Octal | 30 | 134 | 316 | 130 | 67 | 0 | 23 | 332 | 117 | 55 |
| Binary | 11000 | 1011100 | 11001110 | 1011000 | 110111 | 0 | 10011 | 11011010 | 1001111 | 101101 |
Color Harmonies of #185CCE
Complementary color
Monochromatic Colors of #185CCE
Black with #185CCE
Text Example
Text Example
White with #185CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185CCE; }
p { color: rgb(24,92,206); }
H1.HeaderClassName
{
color: #185CCE;
}
.AnyTagClassName
{
color: #185CCE;
}
</style>
background-color css
<style>
a { background-color: #185CCE; }
a { background-color: rgb(24,92,206); }
div.DivClassName
{
background-color: #185CCE;
}
.BgClassName
{
background-color: #185CCE;
}
</style>
border-color css
<style>
span { border-color: #185CCE; }
span { border-color: rgb(24,92,206); }
td.TdClassName
{
border-color: #185CCE;
}
.TagClassName
{
border-color: #185CCE;
}
</style>