#186CC5

Color #186CC5 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #186CC5

Tints of Denim #186CC5

Color information

#186CC5 (or 0x186CC5) is unknown color: approx Denim. HEX triplet: 18, 6C and C5. RGB value is (24,108,197). Sum of RGB (Red+Green+Blue) = 24+108+197=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 197 (77.34% from 255 or 59.88% from 329); Max value from RGB is 197 - color contains mainly: blue. Hex color #186CC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186CC5 is #E7933A. Grayscale: #5C5C5C. Windows color (decimal): -15176507 or 12938264. OLE color: 12938264.

HSL color Cylindrical-coordinate representation of color #186CC5: hue angle of 210.87º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #186CC5 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB24108197-
CMYK0.880.4500.23
HSL210.87º78.28%43.33%-
HSV(B)210.87º87.82%77.25%-
XYZ15.8214.9554.88-
YUV93.03186.6778.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 7.29%
GREEN value IS 108 (42.58% from 255) = 32.83%
BLUE value IS 197 (77.34% from 255) = 59.88%
R=7.29%
G=32.83%
B=59.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal241081970.880.4500.23210.8778.2843.33
Hex186CC5582D017d34e2b
Octal301543051305502732311653
Binary110001101100110001011011000101101010111110100111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186CC5; }

 p { color: rgb(24,108,197); }

 H1.HeaderClassName
 {
   color: #186CC5;
 }
 .AnyTagClassName
 {
   color: #186CC5;
 }
</style>
background-color css

<style>
 a { background-color: #186CC5; }

 a { background-color: rgb(24,108,197); }

 div.DivClassName
 {
   background-color: #186CC5;
 }
 .BgClassName
 {
   background-color: #186CC5;
 }
</style>
border-color css

<style>
 span { border-color: #186CC5; }

 span { border-color: rgb(24,108,197); }

 td.TdClassName
 {
   border-color: #186CC5;
 }
 .TagClassName
 {
   border-color: #186CC5;
 }
</style>