Shades of Denim #185FB2
Tints of Denim #185FB2
RGB
CMYK
RGB Variations
Color information
#185FB2 (or 0x185FB2) is known color: Denim. HEX triplet: 18, 5F and B2. RGB value is (24,95,178). Sum of RGB (Red+Green+Blue) = 24+95+178=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 178 (69.92% from 255 or 59.93% from 297); Max value from RGB is 178 - color contains mainly: blue. Hex color #185FB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185FB2 is #E7A04D. Grayscale: #525252. Windows color (decimal): -15179854 or 11689752. OLE color: 11689752.
HSL color Cylindrical-coordinate representation of color #185FB2: hue angle of 212.34º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185FB2 is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 95 | 178 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.30 |
| HSL | 212.34º | 0.76% | 0.4% | - |
| HSV(B) | 212.34º | 0.87% | 0.7% | - |
| XYZ | 12.5 | 11.59 | 43.7 | - |
| YUV | 83.23 | 181.48 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 178 | 0.87 | 0.47 | 0 | 0.30 | 212.34 | 0.76 | 0.4 |
| Hex | 18 | 5F | B2 | 57 | 2F | 0 | 1E | D4 | 4C | 28 |
| Octal | 30 | 137 | 262 | 127 | 57 | 0 | 36 | 324 | 114 | 50 |
| Binary | 11000 | 1011111 | 10110010 | 1010111 | 101111 | 0 | 11110 | 11010100 | 1001100 | 101000 |
Color Harmonies of #185FB2
Complementary color
Monochromatic Colors of #185FB2
Black with #185FB2
Text Example
Text Example
White with #185FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FB2; }
p { color: rgb(24,95,178); }
H1.HeaderClassName
{
color: #185FB2;
}
.AnyTagClassName
{
color: #185FB2;
}
</style>
background-color css
<style>
a { background-color: #185FB2; }
a { background-color: rgb(24,95,178); }
div.DivClassName
{
background-color: #185FB2;
}
.BgClassName
{
background-color: #185FB2;
}
</style>
border-color css
<style>
span { border-color: #185FB2; }
span { border-color: rgb(24,95,178); }
td.TdClassName
{
border-color: #185FB2;
}
.TagClassName
{
border-color: #185FB2;
}
</style>