Shades of Denim #185FBB
Tints of Denim #185FBB
RGB
CMYK
RGB Variations
Color information
#185FBB (or 0x185FBB) is known color: Denim. HEX triplet: 18, 5F and BB. RGB value is (24,95,187). Sum of RGB (Red+Green+Blue) = 24+95+187=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #185FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185FBB is #E7A044. Grayscale: #535353. Windows color (decimal): -15179845 or 12279576. OLE color: 12279576.
HSL color Cylindrical-coordinate representation of color #185FBB: hue angle of 213.87º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185FBB is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 95 | 187 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.27 |
| HSL | 213.87º | 0.77% | 0.41% | - |
| HSV(B) | 213.87º | 0.87% | 0.73% | - |
| XYZ | 13.44 | 11.97 | 48.62 | - |
| YUV | 84.26 | 185.98 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 187 | 0.87 | 0.49 | 0 | 0.27 | 213.87 | 0.77 | 0.41 |
| Hex | 18 | 5F | BB | 57 | 31 | 0 | 1B | D6 | 4D | 29 |
| Octal | 30 | 137 | 273 | 127 | 61 | 0 | 33 | 326 | 115 | 51 |
| Binary | 11000 | 1011111 | 10111011 | 1010111 | 110001 | 0 | 11011 | 11010110 | 1001101 | 101001 |
Color Harmonies of #185FBB
Complementary color
Monochromatic Colors of #185FBB
Black with #185FBB
Text Example
Text Example
White with #185FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FBB; }
p { color: rgb(24,95,187); }
H1.HeaderClassName
{
color: #185FBB;
}
.AnyTagClassName
{
color: #185FBB;
}
</style>
background-color css
<style>
a { background-color: #185FBB; }
a { background-color: rgb(24,95,187); }
div.DivClassName
{
background-color: #185FBB;
}
.BgClassName
{
background-color: #185FBB;
}
</style>
border-color css
<style>
span { border-color: #185FBB; }
span { border-color: rgb(24,95,187); }
td.TdClassName
{
border-color: #185FBB;
}
.TagClassName
{
border-color: #185FBB;
}
</style>