#186CAB

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

Shades of Denim #186CAB

Tints of Denim #186CAB

Color information

#186CAB (or 0x186CAB) is unknown color: approx Denim. HEX triplet: 18, 6C and AB. RGB value is (24,108,171). Sum of RGB (Red+Green+Blue) = 24+108+171=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #186CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186CAB is #E79354. Grayscale: #595959. Windows color (decimal): -15176533 or 11234328. OLE color: 11234328.

HSL color Cylindrical-coordinate representation of color #186CAB: hue angle of 205.71º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #186CAB is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB24108171-
CMYK0.860.3700.33
HSL205.71º75.38%38.24%-
HSV(B)205.71º85.96%67.06%-
XYZ13.0913.8640.51-
YUV90.07173.6780.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.92%
GREEN value IS 108 (42.58% from 255) = 35.64%
BLUE value IS 171 (67.19% from 255) = 56.44%
R=7.92%
G=35.64%
B=56.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241081710.860.3700.33205.7175.3838.24
Hex186CAB5625021ce4b26
Octal301542531264504131611346
Binary1100011011001010101110101101001010100001110011101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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