Shades of Denim #185BBA
Tints of Denim #185BBA
RGB
CMYK
RGB Variations
Color information
#185BBA (or 0x185BBA) is known color: Denim. HEX triplet: 18, 5B and BA. RGB value is (24,91,186). Sum of RGB (Red+Green+Blue) = 24+91+186=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #185BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185BBA is #E7A445. Grayscale: #515151. Windows color (decimal): -15180870 or 12213016. OLE color: 12213016.
HSL color Cylindrical-coordinate representation of color #185BBA: hue angle of 215.19º 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 #185BBA is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 91 | 186 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.27 |
| HSL | 215.19º | 0.77% | 0.41% | - |
| HSV(B) | 215.19º | 0.87% | 0.73% | - |
| XYZ | 12.98 | 11.22 | 47.94 | - |
| YUV | 81.8 | 186.8 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 186 | 0.87 | 0.51 | 0 | 0.27 | 215.19 | 0.77 | 0.41 |
| Hex | 18 | 5B | BA | 57 | 33 | 0 | 1B | D7 | 4D | 29 |
| Octal | 30 | 133 | 272 | 127 | 63 | 0 | 33 | 327 | 115 | 51 |
| Binary | 11000 | 1011011 | 10111010 | 1010111 | 110011 | 0 | 11011 | 11010111 | 1001101 | 101001 |
Color Harmonies of #185BBA
Complementary color
Monochromatic Colors of #185BBA
Black with #185BBA
Text Example
Text Example
White with #185BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185BBA; }
p { color: rgb(24,91,186); }
H1.HeaderClassName
{
color: #185BBA;
}
.AnyTagClassName
{
color: #185BBA;
}
</style>
background-color css
<style>
a { background-color: #185BBA; }
a { background-color: rgb(24,91,186); }
div.DivClassName
{
background-color: #185BBA;
}
.BgClassName
{
background-color: #185BBA;
}
</style>
border-color css
<style>
span { border-color: #185BBA; }
span { border-color: rgb(24,91,186); }
td.TdClassName
{
border-color: #185BBA;
}
.TagClassName
{
border-color: #185BBA;
}
</style>