Shades of Denim #185BB8
Tints of Denim #185BB8
RGB
CMYK
RGB Variations
Color information
#185BB8 (or 0x185BB8) is known color: Denim. HEX triplet: 18, 5B and B8. RGB value is (24,91,184). Sum of RGB (Red+Green+Blue) = 24+91+184=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 184 (72.27% from 255 or 61.54% from 299); Max value from RGB is 184 - color contains mainly: blue. Hex color #185BB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185BB8 is #E7A447. Grayscale: #515151. Windows color (decimal): -15180872 or 12081944. OLE color: 12081944.
HSL color Cylindrical-coordinate representation of color #185BB8: hue angle of 214.88º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185BB8 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 91 | 184 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.28 |
| HSL | 214.88º | 0.77% | 0.41% | - |
| HSV(B) | 214.88º | 0.87% | 0.72% | - |
| XYZ | 12.77 | 11.14 | 46.82 | - |
| YUV | 81.57 | 185.8 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 184 | 0.87 | 0.51 | 0 | 0.28 | 214.88 | 0.77 | 0.41 |
| Hex | 18 | 5B | B8 | 57 | 33 | 0 | 1C | D7 | 4D | 29 |
| Octal | 30 | 133 | 270 | 127 | 63 | 0 | 34 | 327 | 115 | 51 |
| Binary | 11000 | 1011011 | 10111000 | 1010111 | 110011 | 0 | 11100 | 11010111 | 1001101 | 101001 |
Color Harmonies of #185BB8
Complementary color
Monochromatic Colors of #185BB8
Black with #185BB8
Text Example
Text Example
White with #185BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185BB8; }
p { color: rgb(24,91,184); }
H1.HeaderClassName
{
color: #185BB8;
}
.AnyTagClassName
{
color: #185BB8;
}
</style>
background-color css
<style>
a { background-color: #185BB8; }
a { background-color: rgb(24,91,184); }
div.DivClassName
{
background-color: #185BB8;
}
.BgClassName
{
background-color: #185BB8;
}
</style>
border-color css
<style>
span { border-color: #185BB8; }
span { border-color: rgb(24,91,184); }
td.TdClassName
{
border-color: #185BB8;
}
.TagClassName
{
border-color: #185BB8;
}
</style>