#186ECD

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

Shades of Denim #186ECD

Tints of Denim #186ECD

Color information

#186ECD (or 0x186ECD) is unknown color: approx Denim. HEX triplet: 18, 6E and CD. RGB value is (24,110,205). Sum of RGB (Red+Green+Blue) = 24+110+205=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #186ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186ECD is #E79132. Grayscale: #5E5E5E. Windows color (decimal): -15175987 or 13463064. OLE color: 13463064.

HSL color Cylindrical-coordinate representation of color #186ECD: hue angle of 211.49º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #186ECD is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB24110205-
CMYK0.880.4600.20
HSL211.49º79.04%44.9%-
HSV(B)211.49º88.29%80.39%-
XYZ16.9715.7559.9-
YUV95.12190.0177.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.08%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 205 (80.47% from 255) = 60.47%
R=7.08%
G=32.45%
B=60.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal241102050.880.4600.20211.4979.0444.9
Hex186ECD582E014d34f2d
Octal301563151305602432311755
Binary110001101110110011011011000101110010100110100111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,110,205); }

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

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

 a { background-color: rgb(24,110,205); }

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

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

 span { border-color: rgb(24,110,205); }

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