#186F8D

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

Shades of Allports #186F8D

Tints of Allports #186F8D

Color information

#186F8D (or 0x186F8D) is unknown color: approx Allports. HEX triplet: 18, 6F and 8D. RGB value is (24,111,141). Sum of RGB (Red+Green+Blue) = 24+111+141=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #186F8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186F8D is #E79072. Grayscale: #585858. Windows color (decimal): -15175795 or 9269016. OLE color: 9269016.

HSL color Cylindrical-coordinate representation of color #186F8D: hue angle of 195.38º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #186F8D is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB24111141-
CMYK0.830.2100.45
HSL195.38º70.91%32.35%-
HSV(B)195.38º82.98%55.29%-
XYZ10.8713.4927.23-
YUV88.41157.6882.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.70%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 141 (55.47% from 255) = 51.09%
R=8.70%
G=40.22%
B=51.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241111410.830.2100.45195.3870.9132.35
Hex186F8D531502Dc34720
Octal301572151232505530310740
Binary110001101111100011011010011101010101101110000111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,111,141); }

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

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

 a { background-color: rgb(24,111,141); }

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

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

 span { border-color: rgb(24,111,141); }

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