#186984

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

Shades of Allports #186984

Tints of Allports #186984

Color information

#186984 (or 0x186984) is unknown color: approx Allports. HEX triplet: 18, 69 and 84. RGB value is (24,105,132). Sum of RGB (Red+Green+Blue) = 24+105+132=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #186984 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186984 is #E7967B. Grayscale: #535353. Windows color (decimal): -15177340 or 8677656. OLE color: 8677656.

HSL color Cylindrical-coordinate representation of color #186984: hue angle of 195º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186984 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB24105132-
CMYK0.820.2000.48
HSL195º69.23%30.59%-
HSV(B)195º81.82%51.76%-
XYZ9.5911.9623.63-
YUV83.86155.1685.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.20%
GREEN value IS 105 (41.41% from 255) = 40.23%
BLUE value IS 132 (51.95% from 255) = 50.57%
R=9.20%
G=40.23%
B=50.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal241051320.820.2000.4819569.2330.59
Hex1869845214030c3451f
Octal301512041222406030310537
Binary11000110100110000100101001010100011000011000011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186984; }

 p { color: rgb(24,105,132); }

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

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

 a { background-color: rgb(24,105,132); }

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

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

 span { border-color: rgb(24,105,132); }

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