Shades of Denim #186BBF
Tints of Denim #186BBF
RGB
CMYK
RGB Variations
Color information
#186BBF (or 0x186BBF) is known color: Denim. HEX triplet: 18, 6B and BF. RGB value is (24,107,191). Sum of RGB (Red+Green+Blue) = 24+107+191=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #186BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186BBF is #E79440. Grayscale: #5B5B5B. Windows color (decimal): -15176769 or 12544792. OLE color: 12544792.
HSL color Cylindrical-coordinate representation of color #186BBF: hue angle of 210.18º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #186BBF is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 107 | 191 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.25 |
| HSL | 210.18º | 0.78% | 0.42% | - |
| HSV(B) | 210.18º | 0.87% | 0.75% | - |
| XYZ | 15.04 | 14.47 | 51.29 | - |
| YUV | 91.76 | 184 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 191 | 0.87 | 0.44 | 0 | 0.25 | 210.18 | 0.78 | 0.42 |
| Hex | 18 | 6B | BF | 57 | 2C | 0 | 19 | D2 | 4E | 2A |
| Octal | 30 | 153 | 277 | 127 | 54 | 0 | 31 | 322 | 116 | 52 |
| Binary | 11000 | 1101011 | 10111111 | 1010111 | 101100 | 0 | 11001 | 11010010 | 1001110 | 101010 |
Color Harmonies of #186BBF
Complementary color
Monochromatic Colors of #186BBF
Black with #186BBF
Text Example
Text Example
White with #186BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186BBF; }
p { color: rgb(24,107,191); }
H1.HeaderClassName
{
color: #186BBF;
}
.AnyTagClassName
{
color: #186BBF;
}
</style>
background-color css
<style>
a { background-color: #186BBF; }
a { background-color: rgb(24,107,191); }
div.DivClassName
{
background-color: #186BBF;
}
.BgClassName
{
background-color: #186BBF;
}
</style>
border-color css
<style>
span { border-color: #186BBF; }
span { border-color: rgb(24,107,191); }
td.TdClassName
{
border-color: #186BBF;
}
.TagClassName
{
border-color: #186BBF;
}
</style>