Shades of Denim #186FC3
Tints of Denim #186FC3
RGB
CMYK
RGB Variations
Color information
#186FC3 (or 0x186FC3) is known color: Denim. HEX triplet: 18, 6F and C3. RGB value is (24,111,195). Sum of RGB (Red+Green+Blue) = 24+111+195=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 195 (76.56% from 255 or 59.09% from 330); Max value from RGB is 195 - color contains mainly: blue. Hex color #186FC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186FC3 is #E7903C. Grayscale: #5E5E5E. Windows color (decimal): -15175741 or 12807960. OLE color: 12807960.
HSL color Cylindrical-coordinate representation of color #186FC3: hue angle of 209.47º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #186FC3 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 111 | 195 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.24 |
| HSL | 209.47º | 0.78% | 0.43% | - |
| HSV(B) | 209.47º | 0.88% | 0.76% | - |
| XYZ | 15.91 | 15.5 | 53.78 | - |
| YUV | 94.56 | 184.68 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 195 | 0.88 | 0.43 | 0 | 0.24 | 209.47 | 0.78 | 0.43 |
| Hex | 18 | 6F | C3 | 58 | 2B | 0 | 18 | D1 | 4E | 2B |
| Octal | 30 | 157 | 303 | 130 | 53 | 0 | 30 | 321 | 116 | 53 |
| Binary | 11000 | 1101111 | 11000011 | 1011000 | 101011 | 0 | 11000 | 11010001 | 1001110 | 101011 |
Color Harmonies of #186FC3
Complementary color
Monochromatic Colors of #186FC3
Black with #186FC3
Text Example
Text Example
White with #186FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186FC3; }
p { color: rgb(24,111,195); }
H1.HeaderClassName
{
color: #186FC3;
}
.AnyTagClassName
{
color: #186FC3;
}
</style>
background-color css
<style>
a { background-color: #186FC3; }
a { background-color: rgb(24,111,195); }
div.DivClassName
{
background-color: #186FC3;
}
.BgClassName
{
background-color: #186FC3;
}
</style>
border-color css
<style>
span { border-color: #186FC3; }
span { border-color: rgb(24,111,195); }
td.TdClassName
{
border-color: #186FC3;
}
.TagClassName
{
border-color: #186FC3;
}
</style>