Shades of Denim #185ECF
Tints of Denim #185ECF
RGB
CMYK
RGB Variations
Color information
#185ECF (or 0x185ECF) is known color: Denim. HEX triplet: 18, 5E and CF. RGB value is (24,94,207). Sum of RGB (Red+Green+Blue) = 24+94+207=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #185ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185ECF is #E7A130. Grayscale: #555555. Windows color (decimal): -15180081 or 13590040. OLE color: 13590040.
HSL color Cylindrical-coordinate representation of color #185ECF: hue angle of 217.05º 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 #185ECF is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 94 | 207 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.19 |
| HSL | 217.05º | 0.79% | 0.45% | - |
| HSV(B) | 217.05º | 0.88% | 0.81% | - |
| XYZ | 15.64 | 12.7 | 60.66 | - |
| YUV | 85.95 | 196.31 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 94 | 207 | 0.88 | 0.55 | 0 | 0.19 | 217.05 | 0.79 | 0.45 |
| Hex | 18 | 5E | CF | 58 | 37 | 0 | 13 | D9 | 4F | 2D |
| Octal | 30 | 136 | 317 | 130 | 67 | 0 | 23 | 331 | 117 | 55 |
| Binary | 11000 | 1011110 | 11001111 | 1011000 | 110111 | 0 | 10011 | 11011001 | 1001111 | 101101 |
Color Harmonies of #185ECF
Complementary color
Monochromatic Colors of #185ECF
Black with #185ECF
Text Example
Text Example
White with #185ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185ECF; }
p { color: rgb(24,94,207); }
H1.HeaderClassName
{
color: #185ECF;
}
.AnyTagClassName
{
color: #185ECF;
}
</style>
background-color css
<style>
a { background-color: #185ECF; }
a { background-color: rgb(24,94,207); }
div.DivClassName
{
background-color: #185ECF;
}
.BgClassName
{
background-color: #185ECF;
}
</style>
border-color css
<style>
span { border-color: #185ECF; }
span { border-color: rgb(24,94,207); }
td.TdClassName
{
border-color: #185ECF;
}
.TagClassName
{
border-color: #185ECF;
}
</style>